Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.12 KB

Dashboard.md

File metadata and controls

19 lines (14 loc) · 1.12 KB

Dashboard

Properties

Name Type Description Notes
id str Dashboard identifier (UUID) [optional] [readonly]
name str A human-readable name [optional]
description str A short description of the dashboard [optional]
items DashboardPropertyItems [optional]
created_at datetime, none_type Date and time in ISO 8601 format. [optional] [readonly]
updated_at datetime, none_type Date and time in ISO 8601 format. [optional] [readonly]
created_by DashboardPropertyCreatedBy [optional]
updated_by DashboardPropertyUpdatedBy [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]