Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1008 Bytes

File metadata and controls

28 lines (19 loc) · 1008 Bytes

FailureSyntheticAlertRule

Properties

Name Type Description Notes

Example

from instana_client.models.failure_synthetic_alert_rule import FailureSyntheticAlertRule

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

# convert the object into a dict
failure_synthetic_alert_rule_dict = failure_synthetic_alert_rule_instance.to_dict()
# create an instance of FailureSyntheticAlertRule from a dict
failure_synthetic_alert_rule_from_dict = FailureSyntheticAlertRule.from_dict(failure_synthetic_alert_rule_dict)

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