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
fromuncertainty_engine_resource_client.models.resource_version_record_outputimportResourceVersionRecordOutput# TODO update the JSON string belowjson="{}"# create an instance of ResourceVersionRecordOutput from a JSON stringresource_version_record_output_instance=ResourceVersionRecordOutput.from_json(json)
# print the JSON string representation of the objectprint(ResourceVersionRecordOutput.to_json())
# convert the object into a dictresource_version_record_output_dict=resource_version_record_output_instance.to_dict()
# create an instance of ResourceVersionRecordOutput from a dictresource_version_record_output_from_dict=ResourceVersionRecordOutput.from_dict(resource_version_record_output_dict)