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
Truncated list of options with size 5. To get all options use endpoint for getting options of the specific field
[optional]
remaining_count
int
[optional]
Example
fromphrasetms_client.models.custom_field_options_truncated_dtoimportCustomFieldOptionsTruncatedDto# TODO update the JSON string belowjson="{}"# create an instance of CustomFieldOptionsTruncatedDto from a JSON stringcustom_field_options_truncated_dto_instance=CustomFieldOptionsTruncatedDto.from_json(json)
# print the JSON string representation of the objectprintCustomFieldOptionsTruncatedDto.to_json()
# convert the object into a dictcustom_field_options_truncated_dto_dict=custom_field_options_truncated_dto_instance.to_dict()
# create an instance of CustomFieldOptionsTruncatedDto from a dictcustom_field_options_truncated_dto_from_dict=CustomFieldOptionsTruncatedDto.from_dict(custom_field_options_truncated_dto_dict)