Modelobject

app.CustomFieldOption

Properties

app.CustomFieldOptionobject
custom_field_definition
No description.
custom_field_definition_name
string
No description.
custom_field_definition_type
string
No description.
id
integer
No description.
label
string
No description.
order_number
integer
No description.
value
string
No description.

Example

JSON
{
  "custom_field_definition": {...},
  "custom_field_definition_name": "string",
  "custom_field_definition_type": "string",
  "id": 123,
  "label": "string",
  "order_number": 123,
  "value": "string"
}