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
fromhyperstack.models.object_storage_access_key_create_responseimportObjectStorageAccessKeyCreateResponse# TODO update the JSON string belowjson="{}"# create an instance of ObjectStorageAccessKeyCreateResponse from a JSON stringobject_storage_access_key_create_response_instance=ObjectStorageAccessKeyCreateResponse.from_json(json)
# print the JSON string representation of the objectprint(ObjectStorageAccessKeyCreateResponse.to_json())
# convert the object into a dictobject_storage_access_key_create_response_dict=object_storage_access_key_create_response_instance.to_dict()
# create an instance of ObjectStorageAccessKeyCreateResponse from a dictobject_storage_access_key_create_response_from_dict=ObjectStorageAccessKeyCreateResponse.from_dict(object_storage_access_key_create_response_dict)