Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 931 Bytes

File metadata and controls

17 lines (13 loc) · 931 Bytes

Fastly::Dashboard

Properties

Name Type Description Notes
id String Dashboard identifier (UUID) [optional][readonly]
name String A human-readable name [optional]
description String A short description of the dashboard [optional]
items Array<DashboardItem> A list of dashboard items. [optional]
created_at Time Date and time in ISO 8601 format. [optional][readonly]
updated_at Time Date and time in ISO 8601 format. [optional][readonly]
created_by DashboardPropertyCreatedBy [optional]
updated_by DashboardPropertyUpdatedBy [optional]

[Back to API list] [Back to README]