fastly-api 13.1.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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&lt;crate::models::DashboardItem&gt;**]DashboardItem.md> | A list of [dashboard items]#dashboard-item. | 
**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**]DashboardPropertyCreatedBy.md> |  | 
**updated_by** | Option<[**crate::models::DashboardPropertyUpdatedBy**]DashboardPropertyUpdatedBy.md> |  | 

[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)