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_custom_field_instance_dtoimportPageDtoCustomFieldInstanceDto# TODO update the JSON string belowjson="{}"# create an instance of PageDtoCustomFieldInstanceDto from a JSON stringpage_dto_custom_field_instance_dto_instance=PageDtoCustomFieldInstanceDto.from_json(json)
# print the JSON string representation of the objectprintPageDtoCustomFieldInstanceDto.to_json()
# convert the object into a dictpage_dto_custom_field_instance_dto_dict=page_dto_custom_field_instance_dto_instance.to_dict()
# create an instance of PageDtoCustomFieldInstanceDto from a dictpage_dto_custom_field_instance_dto_from_dict=PageDtoCustomFieldInstanceDto.from_dict(page_dto_custom_field_instance_dto_dict)