Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.22 KB

File metadata and controls

28 lines (19 loc) · 1.22 KB

ViolationsInSequenceMobileAppTimeThreshold

Properties

Name Type Description Notes

Example

from instana_client.models.violations_in_sequence_mobile_app_time_threshold import ViolationsInSequenceMobileAppTimeThreshold

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

# convert the object into a dict
violations_in_sequence_mobile_app_time_threshold_dict = violations_in_sequence_mobile_app_time_threshold_instance.to_dict()
# create an instance of ViolationsInSequenceMobileAppTimeThreshold from a dict
violations_in_sequence_mobile_app_time_threshold_from_dict = ViolationsInSequenceMobileAppTimeThreshold.from_dict(violations_in_sequence_mobile_app_time_threshold_dict)

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