Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.25 KB

File metadata and controls

29 lines (20 loc) · 1.25 KB

ViolationsInPeriodApplicationTimeThreshold

Properties

Name Type Description Notes
violations int [optional]

Example

from instana_client.models.violations_in_period_application_time_threshold import ViolationsInPeriodApplicationTimeThreshold

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

# convert the object into a dict
violations_in_period_application_time_threshold_dict = violations_in_period_application_time_threshold_instance.to_dict()
# create an instance of ViolationsInPeriodApplicationTimeThreshold from a dict
violations_in_period_application_time_threshold_from_dict = ViolationsInPeriodApplicationTimeThreshold.from_dict(violations_in_period_application_time_threshold_dict)

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