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_mt_sett_per_lang_dtoimportEditProjectMTSettPerLangDto# TODO update the JSON string belowjson="{}"# create an instance of EditProjectMTSettPerLangDto from a JSON stringedit_project_mt_sett_per_lang_dto_instance=EditProjectMTSettPerLangDto.from_json(json)
# print the JSON string representation of the objectprintEditProjectMTSettPerLangDto.to_json()
# convert the object into a dictedit_project_mt_sett_per_lang_dto_dict=edit_project_mt_sett_per_lang_dto_instance.to_dict()
# create an instance of EditProjectMTSettPerLangDto from a dictedit_project_mt_sett_per_lang_dto_from_dict=EditProjectMTSettPerLangDto.from_dict(edit_project_mt_sett_per_lang_dto_dict)