# TheJiraCloudPlatformRestApi.JqlQueryFieldEntityProperty

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**entity** | **String** | The object on which the property is set. | 
**key** | **String** | The key of the property. | 
**path** | **String** | The path in the property value to query. | 
**type** | **String** | The type of the property value extraction. Not available if the extraction for the property is not registered on the instance with the [Entity property](https://developer.atlassian.com/cloud/jira/platform/modules/entity-property/) module. | [optional] 

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

* `_number` (value: `"number"`)
* `_string` (value: `"string"`)
* `text` (value: `"text"`)
* `_date` (value: `"date"`)
* `user` (value: `"user"`)

