# TheJiraCloudPlatformRestApi.DashboardGadget

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**color** | **String** | The color of the gadget. Should be one of &#x60;blue&#x60;, &#x60;red&#x60;, &#x60;yellow&#x60;, &#x60;green&#x60;, &#x60;cyan&#x60;, &#x60;purple&#x60;, &#x60;gray&#x60;, or &#x60;white&#x60;. | 
**id** | **Number** | The ID of the gadget instance. | 
**moduleKey** | **String** | The module key of the gadget type. | [optional] 
**position** | **AllOfDashboardGadgetPosition** | The position of the gadget. | 
**title** | **String** | The title of the gadget. | 
**uri** | **String** | The URI of the gadget type. | [optional] 

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

* `blue` (value: `"blue"`)
* `red` (value: `"red"`)
* `yellow` (value: `"yellow"`)
* `green` (value: `"green"`)
* `cyan` (value: `"cyan"`)
* `purple` (value: `"purple"`)
* `gray` (value: `"gray"`)
* `white` (value: `"white"`)

