LegacySoarDashboardDataModel represents the data model for a dashboard.
| JSON representation | 
|---|
| { "id" : string , "creator" : string , "name" : string , "defaultTimeRange" : enum ( | 
| Fields | |
|---|---|
| id |   Optional. The ID of the dashboard. | 
| creator |   Optional. The creator of the dashboard. | 
| name |   Optional. The name of the dashboard. | 
| defaultTimeRange |   Optional. The default time range of the dashboard. | 
| allowedUsersJson |   Optional. The allowed users of the dashboard. | 
| allowedUsers[] |   Optional. The allowed users of the dashboard. | 
| widgets[] |   Optional. The widgets of the dashboard. | 
| environmentsJson |   Optional. The environments of the dashboard. | 
| environments[] |   Optional. The environments of the dashboard. | 
| creationTimeUnixTimeInMs |   Optional. The creation time of the dashboard in Unix time in milliseconds. | 
| modificationTimeUnixTimeInMs |   Optional. The modification time of the dashboard in Unix time in milliseconds. | 

