Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1 KB

File metadata and controls

28 lines (19 loc) · 1 KB

SlownessMobileAppAlertRule

Properties

Name Type Description Notes

Example

from instana_client.models.slowness_mobile_app_alert_rule import SlownessMobileAppAlertRule

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

# convert the object into a dict
slowness_mobile_app_alert_rule_dict = slowness_mobile_app_alert_rule_instance.to_dict()
# create an instance of SlownessMobileAppAlertRule from a dict
slowness_mobile_app_alert_rule_from_dict = SlownessMobileAppAlertRule.from_dict(slowness_mobile_app_alert_rule_dict)

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