| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Unique Id | [optional] |
| contentMetadataId | Integer | Id of content metadata | [optional] |
| contentFavoriteId | Integer | Content Favorite Id | [optional] |
| viewCount | Integer | Number of times viewed in the Looker web UI | [optional] |
| lastAccessedAt | Date | Time the dashboard was last accessed | [optional] |
| favoriteCount | Integer | Number of times favorited | [optional] |
| userId | Integer | Id of User | [optional] |
| title | String | Look Title | [optional] |
| description | String | Description | [optional] |
| readonly | Boolean | Is Read-only | [optional] |
| hidden | Boolean | Is Hidden | [optional] |
| refreshInterval | String | Refresh Interval | [optional] |
| refreshIntervalToI | Integer | Refresh Interval as Integer | [optional] |
| space | SpaceBase | Space | [optional] |
| loadConfiguration | String | configuration option that governs how dashboard loading will happen. | [optional] |
| model | LookModel | Model | [optional] |
| spaceId | String | Id of Space | [optional] |
| dashboardElements | [DashboardElement] | Elements | [optional] |
| dashboardLayouts | [DashboardLayout] | Layouts | [optional] |
| dashboardFilters | [DashboardFilter] | Filters | [optional] |
| lastViewedAt | Date | Time last viewed in the Looker web UI | [optional] |
| backgroundColor | String | Background color | [optional] |
| showTitle | Boolean | Show title | [optional] |
| titleColor | String | Title color | [optional] |
| showFiltersBar | Boolean | Show filters bar | [optional] |
| tileBackgroundColor | String | Tile background color | [optional] |
| tileTextColor | String | Tile text color | [optional] |
| textTileTextColor | String | Color of text on text tiles | [optional] |
| lastUpdaterId | Integer | Id of User that last updated the dashboard. | [optional] |
| deleterId | Integer | Id of User that deleted the dashboard. | [optional] |
| deleted | Boolean | Whether or not a dashboard is deleted. | [optional] |
| createdAt | Date | Time that the Dashboard was created. | [optional] |
| deletedAt | Date | Time that the Dashboard was deleted. | [optional] |
| queryTimezone | String | Timezone in which the Dashboard will run by default. | [optional] |
| editUri | String | Relative path of URI of LookML file to edit the dashboard (LookML dashboard only). | [optional] |
| can | {String: Boolean} | Operations the current user is able to perform on this object | [optional] |