Skip to content

Files

Latest commit

author
github-actions
Aug 5, 2024
c50dc16 · Aug 5, 2024

History

History
18 lines (13 loc) · 958 Bytes

Dashboard.md

File metadata and controls

18 lines (13 loc) · 958 Bytes

Dashboard

Properties

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>

[Back to API list] [Back to README]