| Name |
Type |
Description |
Notes |
from instana_client.models.crash_mobile_app_alert_rule import CrashMobileAppAlertRule
# TODO update the JSON string below
json = "{}"
# create an instance of CrashMobileAppAlertRule from a JSON string
crash_mobile_app_alert_rule_instance = CrashMobileAppAlertRule.from_json(json)
# print the JSON string representation of the object
print(CrashMobileAppAlertRule.to_json())
# convert the object into a dict
crash_mobile_app_alert_rule_dict = crash_mobile_app_alert_rule_instance.to_dict()
# create an instance of CrashMobileAppAlertRule from a dict
crash_mobile_app_alert_rule_from_dict = CrashMobileAppAlertRule.from_dict(crash_mobile_app_alert_rule_dict)
[Back to Model list] [Back to API list] [Back to README]