Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 995 Bytes

File metadata and controls

28 lines (19 loc) · 995 Bytes

SlownessWebsiteAlertRule

Properties

Name Type Description Notes

Example

from instana_client.models.slowness_website_alert_rule import SlownessWebsiteAlertRule

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

# convert the object into a dict
slowness_website_alert_rule_dict = slowness_website_alert_rule_instance.to_dict()
# create an instance of SlownessWebsiteAlertRule from a dict
slowness_website_alert_rule_from_dict = SlownessWebsiteAlertRule.from_dict(slowness_website_alert_rule_dict)

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