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.job_part_ready_delete_translation_filter_dtoimportJobPartReadyDeleteTranslationFilterDto# TODO update the JSON string belowjson="{}"# create an instance of JobPartReadyDeleteTranslationFilterDto from a JSON stringjob_part_ready_delete_translation_filter_dto_instance=JobPartReadyDeleteTranslationFilterDto.from_json(json)
# print the JSON string representation of the objectprintJobPartReadyDeleteTranslationFilterDto.to_json()
# convert the object into a dictjob_part_ready_delete_translation_filter_dto_dict=job_part_ready_delete_translation_filter_dto_instance.to_dict()
# create an instance of JobPartReadyDeleteTranslationFilterDto from a dictjob_part_ready_delete_translation_filter_dto_from_dict=JobPartReadyDeleteTranslationFilterDto.from_dict(job_part_ready_delete_translation_filter_dto_dict)