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.automated_project_settings_dtoimportAutomatedProjectSettingsDto# TODO update the JSON string belowjson="{}"# create an instance of AutomatedProjectSettingsDto from a JSON stringautomated_project_settings_dto_instance=AutomatedProjectSettingsDto.from_json(json)
# print the JSON string representation of the objectprintAutomatedProjectSettingsDto.to_json()
# convert the object into a dictautomated_project_settings_dto_dict=automated_project_settings_dto_instance.to_dict()
# create an instance of AutomatedProjectSettingsDto from a dictautomated_project_settings_dto_from_dict=AutomatedProjectSettingsDto.from_dict(automated_project_settings_dto_dict)