Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1021 Bytes

File metadata and controls

28 lines (19 loc) · 1021 Bytes

ThroughputWebsiteAlertRule

Properties

Name Type Description Notes

Example

from instana_client.models.throughput_website_alert_rule import ThroughputWebsiteAlertRule

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

# convert the object into a dict
throughput_website_alert_rule_dict = throughput_website_alert_rule_instance.to_dict()
# create an instance of ThroughputWebsiteAlertRule from a dict
throughput_website_alert_rule_from_dict = ThroughputWebsiteAlertRule.from_dict(throughput_website_alert_rule_dict)

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