Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.05 KB

File metadata and controls

28 lines (19 loc) · 1.05 KB

ThroughputApplicationAlertRule

Properties

Name Type Description Notes

Example

from instana_client.models.throughput_application_alert_rule import ThroughputApplicationAlertRule

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

# convert the object into a dict
throughput_application_alert_rule_dict = throughput_application_alert_rule_instance.to_dict()
# create an instance of ThroughputApplicationAlertRule from a dict
throughput_application_alert_rule_from_dict = ThroughputApplicationAlertRule.from_dict(throughput_application_alert_rule_dict)

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