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.multilingual_csv_settings_dtoimportMultilingualCsvSettingsDto# TODO update the JSON string belowjson="{}"# create an instance of MultilingualCsvSettingsDto from a JSON stringmultilingual_csv_settings_dto_instance=MultilingualCsvSettingsDto.from_json(json)
# print the JSON string representation of the objectprintMultilingualCsvSettingsDto.to_json()
# convert the object into a dictmultilingual_csv_settings_dto_dict=multilingual_csv_settings_dto_instance.to_dict()
# create an instance of MultilingualCsvSettingsDto from a dictmultilingual_csv_settings_dto_from_dict=MultilingualCsvSettingsDto.from_dict(multilingual_csv_settings_dto_dict)