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.test_result_common_propertiesimportTestResultCommonProperties# TODO update the JSON string belowjson="{}"# create an instance of TestResultCommonProperties from a JSON stringtest_result_common_properties_instance=TestResultCommonProperties.from_json(json)
# print the JSON string representation of the objectprint(TestResultCommonProperties.to_json())
# convert the object into a dicttest_result_common_properties_dict=test_result_common_properties_instance.to_dict()
# create an instance of TestResultCommonProperties from a dicttest_result_common_properties_from_dict=TestResultCommonProperties.from_dict(test_result_common_properties_dict)