Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.14 KB

File metadata and controls

28 lines (19 loc) · 1.14 KB

ViolationsInSequenceLogTimeThreshold

Properties

Name Type Description Notes

Example

from instana_client.models.violations_in_sequence_log_time_threshold import ViolationsInSequenceLogTimeThreshold

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

# convert the object into a dict
violations_in_sequence_log_time_threshold_dict = violations_in_sequence_log_time_threshold_instance.to_dict()
# create an instance of ViolationsInSequenceLogTimeThreshold from a dict
violations_in_sequence_log_time_threshold_from_dict = ViolationsInSequenceLogTimeThreshold.from_dict(violations_in_sequence_log_time_threshold_dict)

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