# FunctionReferenceData ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **display_name** | Option<**String**> | The display name of the function. | [optional] **is_list** | Option<**String**> | Whether the function can take a list of arguments. | [optional] **supports_list_and_single_value_operators** | Option<**String**> | Whether the function supports both single and list value operators. | [optional] **types** | Option<**Vec**> | The data types returned by the function. | [optional] **value** | Option<**String**> | The function identifier. | [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)