Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 964 Bytes

Dashboard.md

File metadata and controls

17 lines (13 loc) · 964 Bytes

# 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 \Fastly\Model\DashboardItem[] A list of dashboard items. [optional]
created_at \DateTime Date and time in ISO 8601 format. [optional] [readonly]
updated_at \DateTime Date and time in ISO 8601 format. [optional] [readonly]
created_by \Fastly\Model\DashboardPropertyCreatedBy [optional]
updated_by \Fastly\Model\DashboardPropertyUpdatedBy [optional]

[Back to API list] [Back to README]