# FieldReferenceData
## Properties
**value** | Option<**String**> | The field identifier. | [optional]
**display_name** | Option<**String**> | The display name of the field. | [optional]
**orderable** | Option<**String**> | Whether the field can be used in a query's `ORDER BY` clause. | [optional]
**searchable** | Option<**String**> | Whether the content of this field can be searched. | [optional]
**auto** | Option<**String**> | Whether the field provide auto-complete suggestions. | [optional]
**cfid** | Option<**String**> | If the item is a custom field, the ID of the custom field. | [optional]
**operators** | Option<**Vec<String>**> | The valid search operators for the field. | [optional]
**types** | Option<**Vec<String>**> | The data types of items in the field. | [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)