Name | Type | Description | Notes |
---|---|---|---|
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>> | A list of dashboard items. | |
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> | ||
updated_by | Option<crate::models::DashboardPropertyUpdatedBy> |