# IssueFieldOption
## Properties
**id** | **i64** | The unique identifier for the option. This is only unique within the select field's set of options. |
**value** | **String** | The option's name, which is displayed in Jira. |
**properties** | Option<[**::std::collections::HashMap<String, serde_json::Value>**](serde_json::Value.md)> | The properties of the object, as arbitrary key-value pairs. These properties can be searched using JQL, if the extractions (see [Issue Field Option Property Index](https://developer.atlassian.com/cloud/jira/platform/modules/issue-field-option-property-index/)) are defined in the descriptor for the issue field module. | [optional]
**config** | Option<[**crate::models::IssueFieldOptionConfiguration**](IssueFieldOptionConfiguration.md)> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)