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_option_dtoimportPageDtoCustomFieldOptionDto# TODO update the JSON string belowjson="{}"# create an instance of PageDtoCustomFieldOptionDto from a JSON stringpage_dto_custom_field_option_dto_instance=PageDtoCustomFieldOptionDto.from_json(json)
# print the JSON string representation of the objectprintPageDtoCustomFieldOptionDto.to_json()
# convert the object into a dictpage_dto_custom_field_option_dto_dict=page_dto_custom_field_option_dto_instance.to_dict()
# create an instance of PageDtoCustomFieldOptionDto from a dictpage_dto_custom_field_option_dto_from_dict=PageDtoCustomFieldOptionDto.from_dict(page_dto_custom_field_option_dto_dict)