| Name | Type | Description | Notes |
|---|---|---|---|
| group | WebsiteBeaconTagGroup | ||
| metrics | List[WebsiteMonitoringMetricsConfiguration] | ||
| order | Order | [optional] | |
| pagination | CursorPagination | [optional] | |
| tag_filter_expression | TagFilterExpressionElement | [optional] | |
| tag_filters | List[DeprecatedTagFilter] | [optional] | |
| time_frame | TimeFrame | [optional] | |
| type | str |
from instana_client.models.get_website_beacon_groups import GetWebsiteBeaconGroups
# TODO update the JSON string below
json = "{}"
# create an instance of GetWebsiteBeaconGroups from a JSON string
get_website_beacon_groups_instance = GetWebsiteBeaconGroups.from_json(json)
# print the JSON string representation of the object
print(GetWebsiteBeaconGroups.to_json())
# convert the object into a dict
get_website_beacon_groups_dict = get_website_beacon_groups_instance.to_dict()
# create an instance of GetWebsiteBeaconGroups from a dict
get_website_beacon_groups_from_dict = GetWebsiteBeaconGroups.from_dict(get_website_beacon_groups_dict)