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
fromdocspace_api_sdk.models.base_storage_settings_storage_settingsimportBaseStorageSettingsStorageSettings# TODO update the JSON string belowjson="{}"# create an instance of BaseStorageSettingsStorageSettings from a JSON stringbase_storage_settings_storage_settings_instance=BaseStorageSettingsStorageSettings.from_json(json)
# print the JSON string representation of the objectprint(BaseStorageSettingsStorageSettings.to_json())
# convert the object into a dictbase_storage_settings_storage_settings_dict=base_storage_settings_storage_settings_instance.to_dict()
# create an instance of BaseStorageSettingsStorageSettings from a dictbase_storage_settings_storage_settings_from_dict=BaseStorageSettingsStorageSettings.from_dict(base_storage_settings_storage_settings_dict)