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.translation_request_extended_dtoimportTranslationRequestExtendedDto# TODO update the JSON string belowjson="{}"# create an instance of TranslationRequestExtendedDto from a JSON stringtranslation_request_extended_dto_instance=TranslationRequestExtendedDto.from_json(json)
# print the JSON string representation of the objectprintTranslationRequestExtendedDto.to_json()
# convert the object into a dicttranslation_request_extended_dto_dict=translation_request_extended_dto_instance.to_dict()
# create an instance of TranslationRequestExtendedDto from a dicttranslation_request_extended_dto_from_dict=TranslationRequestExtendedDto.from_dict(translation_request_extended_dto_dict)