Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.23 KB

File metadata and controls

29 lines (20 loc) · 1.23 KB

ViolationsInPeriodMobileAppTimeThreshold

Properties

Name Type Description Notes
violations int [optional]

Example

from instana_client.models.violations_in_period_mobile_app_time_threshold import ViolationsInPeriodMobileAppTimeThreshold

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

# convert the object into a dict
violations_in_period_mobile_app_time_threshold_dict = violations_in_period_mobile_app_time_threshold_instance.to_dict()
# create an instance of ViolationsInPeriodMobileAppTimeThreshold from a dict
violations_in_period_mobile_app_time_threshold_from_dict = ViolationsInPeriodMobileAppTimeThreshold.from_dict(violations_in_period_mobile_app_time_threshold_dict)

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