Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.57 KB

File metadata and controls

36 lines (27 loc) · 1.57 KB

GetMobileAppBeaconGroups

Properties

Name Type Description Notes
group MobileAppBeaconTagGroup
metrics List[MobileAppMonitoringMetricsConfiguration]
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_mobile_app_beacon_groups import GetMobileAppBeaconGroups

# TODO update the JSON string below
json = "{}"
# create an instance of GetMobileAppBeaconGroups from a JSON string
get_mobile_app_beacon_groups_instance = GetMobileAppBeaconGroups.from_json(json)
# print the JSON string representation of the object
print(GetMobileAppBeaconGroups.to_json())

# convert the object into a dict
get_mobile_app_beacon_groups_dict = get_mobile_app_beacon_groups_instance.to_dict()
# create an instance of GetMobileAppBeaconGroups from a dict
get_mobile_app_beacon_groups_from_dict = GetMobileAppBeaconGroups.from_dict(get_mobile_app_beacon_groups_dict)

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