# TheJiraCloudPlatformRestApi.DashboardGadgetSettings

## 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;. | [optional] 
**ignoreUriAndModuleKeyValidation** | **Boolean** | Whether to ignore the validation of module key and URI. For example, when a gadget is created that is a part of an application that isn&#x27;t installed. | [optional] 
**moduleKey** | **String** | The module key of the gadget type. Can&#x27;t be provided with &#x60;uri&#x60;. | [optional] 
**position** | **AllOfDashboardGadgetSettingsPosition** | The position of the gadget. When the gadget is placed into the position, other gadgets in the same column are moved down to accommodate it. | [optional] 
**title** | **String** | The title of the gadget. | [optional] 
**uri** | **String** | The URI of the gadget type. Can&#x27;t be provided with &#x60;moduleKey&#x60;. | [optional] 
