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.page_dto_abstract_project_dtoimportPageDtoAbstractProjectDto# TODO update the JSON string belowjson="{}"# create an instance of PageDtoAbstractProjectDto from a JSON stringpage_dto_abstract_project_dto_instance=PageDtoAbstractProjectDto.from_json(json)
# print the JSON string representation of the objectprintPageDtoAbstractProjectDto.to_json()
# convert the object into a dictpage_dto_abstract_project_dto_dict=page_dto_abstract_project_dto_instance.to_dict()
# create an instance of PageDtoAbstractProjectDto from a dictpage_dto_abstract_project_dto_from_dict=PageDtoAbstractProjectDto.from_dict(page_dto_abstract_project_dto_dict)