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
fromsaturn_api.models.object_storage_complete_partimportObjectStorageCompletePart# TODO update the JSON string belowjson="{}"# create an instance of ObjectStorageCompletePart from a JSON stringobject_storage_complete_part_instance=ObjectStorageCompletePart.from_json(json)
# print the JSON string representation of the objectprint(ObjectStorageCompletePart.to_json())
# convert the object into a dictobject_storage_complete_part_dict=object_storage_complete_part_instance.to_dict()
# create an instance of ObjectStorageCompletePart from a dictobject_storage_complete_part_from_dict=ObjectStorageCompletePart.from_dict(object_storage_complete_part_dict)