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
fromphrasetms_client.models.edit_project_security_settings_dto_v2importEditProjectSecuritySettingsDtoV2# TODO update the JSON string belowjson="{}"# create an instance of EditProjectSecuritySettingsDtoV2 from a JSON stringedit_project_security_settings_dto_v2_instance=EditProjectSecuritySettingsDtoV2.from_json(json)
# print the JSON string representation of the objectprintEditProjectSecuritySettingsDtoV2.to_json()
# convert the object into a dictedit_project_security_settings_dto_v2_dict=edit_project_security_settings_dto_v2_instance.to_dict()
# create an instance of EditProjectSecuritySettingsDtoV2 from a dictedit_project_security_settings_dto_v2_from_dict=EditProjectSecuritySettingsDtoV2.from_dict(edit_project_security_settings_dto_v2_dict)