Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.53 KB

File metadata and controls

36 lines (27 loc) · 1.53 KB

GetWebsiteBeaconGroups

Properties

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

Example

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)

[Back to Model list] [Back to API list] [Back to README]