You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
frominstana_client.models.violations_in_sequence_log_time_thresholdimportViolationsInSequenceLogTimeThreshold# TODO update the JSON string belowjson="{}"# create an instance of ViolationsInSequenceLogTimeThreshold from a JSON stringviolations_in_sequence_log_time_threshold_instance=ViolationsInSequenceLogTimeThreshold.from_json(json)
# print the JSON string representation of the objectprint(ViolationsInSequenceLogTimeThreshold.to_json())
# convert the object into a dictviolations_in_sequence_log_time_threshold_dict=violations_in_sequence_log_time_threshold_instance.to_dict()
# create an instance of ViolationsInSequenceLogTimeThreshold from a dictviolations_in_sequence_log_time_threshold_from_dict=ViolationsInSequenceLogTimeThreshold.from_dict(violations_in_sequence_log_time_threshold_dict)