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
fromkenar_api_client.models.assets_get_internal_storages_responseimportAssetsGetInternalStoragesResponse# TODO update the JSON string belowjson="{}"# create an instance of AssetsGetInternalStoragesResponse from a JSON stringassets_get_internal_storages_response_instance=AssetsGetInternalStoragesResponse.from_json(json)
# print the JSON string representation of the objectprint(AssetsGetInternalStoragesResponse.to_json())
# convert the object into a dictassets_get_internal_storages_response_dict=assets_get_internal_storages_response_instance.to_dict()
# create an instance of AssetsGetInternalStoragesResponse from a dictassets_get_internal_storages_response_from_dict=AssetsGetInternalStoragesResponse.from_dict(assets_get_internal_storages_response_dict)