# DashboardGadget ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **color** | **String** | The color of the gadget. Should be one of `blue`, `red`, `yellow`, `green`, `cyan`, `purple`, `gray`, or `white`. | [readonly] **id** | **i64** | The ID of the gadget instance. | [readonly] **module_key** | Option<**String**> | The module key of the gadget type. | [optional][readonly] **position** | [**models::DashboardGadgetPosition**](DashboardGadgetPosition.md) | The position of the gadget. | [readonly] **title** | **String** | The title of the gadget. | [readonly] **uri** | Option<**String**> | The URI of the gadget type. | [optional][readonly] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)