Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.03 KB

File metadata and controls

28 lines (19 loc) · 1.03 KB

ThroughputMobileAppAlertRule

Properties

Name Type Description Notes

Example

from instana_client.models.throughput_mobile_app_alert_rule import ThroughputMobileAppAlertRule

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

# convert the object into a dict
throughput_mobile_app_alert_rule_dict = throughput_mobile_app_alert_rule_instance.to_dict()
# create an instance of ThroughputMobileAppAlertRule from a dict
throughput_mobile_app_alert_rule_from_dict = ThroughputMobileAppAlertRule.from_dict(throughput_mobile_app_alert_rule_dict)

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