Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.16 KB

File metadata and controls

28 lines (19 loc) · 1.16 KB

ViolationsInSequenceInfraTimeThreshold

Properties

Name Type Description Notes

Example

from instana_client.models.violations_in_sequence_infra_time_threshold import ViolationsInSequenceInfraTimeThreshold

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

# convert the object into a dict
violations_in_sequence_infra_time_threshold_dict = violations_in_sequence_infra_time_threshold_instance.to_dict()
# create an instance of ViolationsInSequenceInfraTimeThreshold from a dict
violations_in_sequence_infra_time_threshold_from_dict = ViolationsInSequenceInfraTimeThreshold.from_dict(violations_in_sequence_infra_time_threshold_dict)

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