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.project_mt_settings_per_lang_dtoimportProjectMTSettingsPerLangDto# TODO update the JSON string belowjson="{}"# create an instance of ProjectMTSettingsPerLangDto from a JSON stringproject_mt_settings_per_lang_dto_instance=ProjectMTSettingsPerLangDto.from_json(json)
# print the JSON string representation of the objectprintProjectMTSettingsPerLangDto.to_json()
# convert the object into a dictproject_mt_settings_per_lang_dto_dict=project_mt_settings_per_lang_dto_instance.to_dict()
# create an instance of ProjectMTSettingsPerLangDto from a dictproject_mt_settings_per_lang_dto_from_dict=ProjectMTSettingsPerLangDto.from_dict(project_mt_settings_per_lang_dto_dict)