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.search_tb_in_text_by_job_request_dtoimportSearchTbInTextByJobRequestDto# TODO update the JSON string belowjson="{}"# create an instance of SearchTbInTextByJobRequestDto from a JSON stringsearch_tb_in_text_by_job_request_dto_instance=SearchTbInTextByJobRequestDto.from_json(json)
# print the JSON string representation of the objectprintSearchTbInTextByJobRequestDto.to_json()
# convert the object into a dictsearch_tb_in_text_by_job_request_dto_dict=search_tb_in_text_by_job_request_dto_instance.to_dict()
# create an instance of SearchTbInTextByJobRequestDto from a dictsearch_tb_in_text_by_job_request_dto_from_dict=SearchTbInTextByJobRequestDto.from_dict(search_tb_in_text_by_job_request_dto_dict)