# Dashboard
## Properties
**id** | Option<**String**> | Dashboard identifier (UUID) | [readonly]
**name** | Option<**String**> | A human-readable name |
**description** | Option<**String**> | A short description of the dashboard |
**items** | Option<[**Vec<crate::models::DashboardItem>**](DashboardItem.md)> | A list of [dashboard items](#dashboard-item). |
**created_at** | Option<**String**> | Date and time in ISO 8601 format. | [readonly]
**updated_at** | Option<**String**> | Date and time in ISO 8601 format. | [readonly]
**created_by** | Option<[**crate::models::DashboardPropertyCreatedBy**](DashboardPropertyCreatedBy.md)> | |
**updated_by** | Option<[**crate::models::DashboardPropertyUpdatedBy**](DashboardPropertyUpdatedBy.md)> | |
[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)