# CustomFieldOptionDetails
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**i64**> | The ID of the custom field option. | [optional][readonly]
**value** | Option<**String**> | The value of the custom field option. | [optional][readonly]
**cascading_options** | Option<**Vec<String>**> | The cascading options. | [optional][readonly]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)