# TheJiraCloudPlatformRestApi.FieldLastUsed

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | Last used value type:   *  *TRACKED*: field is tracked and a last used date is available.  *  *NOT\\_TRACKED*: field is not tracked, last used date is not available.  *  *NO\\_INFORMATION*: field is tracked, but no last used date is available. | [optional] 
**value** | **Date** | The date when the value of the field last changed. | [optional] 

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

* `TRACKED` (value: `"TRACKED"`)
* `NOT_TRACKED` (value: `"NOT_TRACKED"`)
* `NO_INFORMATION` (value: `"NO_INFORMATION"`)

