# TheJiraCloudPlatformRestApi.FunctionReferenceData

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**displayName** | **String** | The display name of the function. | [optional] 
**isList** | **String** | Whether the function can take a list of arguments. | [optional] 
**types** | **[String]** | The data types returned by the function. | [optional] 
**value** | **String** | The function identifier. | [optional] 

<a name="IsListEnum"></a>
## Enum: IsListEnum

* `_true` (value: `"true"`)
* `_false` (value: `"false"`)

