Skip to content

katana_public_api_client.models.custom_field_choice

katana_public_api_client.models.custom_field_choice

Classes

CustomFieldChoice

A single singleSelect choice as it appears on read and update. The integer id is what gets stored on the entity; label is the human-readable text resolved client-side.

Example:
    {'id': 1, 'label': 'Online'}