An option for a field value.
| Name | Type | Description | Notes |
|---|---|---|---|
| Label | string | The user-facing label for the option. | |
| Value | string | The internal value for the option. This is what will be included in the execution request to the `actionUrl`. | |
| DisplayOrder | int | ||
| DoubleData | decimal | ||
| Hidden | bool | ||
| Description | string | ||
| ReadOnly | bool |