# LookerApi30Reference.Dashboard

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Unique Id | [optional] 
**contentMetadataId** | **Number** | Id of content metadata | [optional] 
**slug** | **String** | Content Metadata Slug | [optional] 
**contentFavoriteId** | **Number** | Content Favorite Id | [optional] 
**viewCount** | **Number** | Number of times viewed in the Looker web UI | [optional] 
**lastAccessedAt** | **Date** | Time the dashboard was last accessed | [optional] 
**favoriteCount** | **Number** | Number of times favorited | [optional] 
**userId** | **Number** | Id of User | [optional] 
**title** | **String** | Dashboard Title | [optional] 
**description** | **String** | Description | [optional] 
**readonly** | **Boolean** | Is Read-only | [optional] 
**hidden** | **Boolean** | Is Hidden | [optional] 
**refreshInterval** | **String** | Refresh Interval | [optional] 
**refreshIntervalToI** | **Number** | Refresh Interval as Integer | [optional] 
**space** | [**SpaceBase**](SpaceBase.md) | Space | [optional] 
**loadConfiguration** | **String** | configuration option that governs how dashboard loading will happen. | [optional] 
**model** | [**LookModel**](LookModel.md) | Model | [optional] 
**spaceId** | **String** | Id of Space | [optional] 
**dashboardElements** | [**[DashboardElement]**](DashboardElement.md) | Elements | [optional] 
**dashboardLayouts** | [**[DashboardLayout]**](DashboardLayout.md) | Layouts | [optional] 
**dashboardFilters** | [**[DashboardFilter]**](DashboardFilter.md) | 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.  **Security Note:** This property only affects the *cosmetic* appearance of the dashboard, not a user&#39;s ability to access data. Hiding the filters bar does **NOT** prevent users from changing filters by other means. For information on how to set up secure data access control policies, see [Control User Access to Data](https://docs.looker.com/admin-options/tutorials/permissions#control_user_access_to_data) | [optional] 
**tileBackgroundColor** | **String** | Tile background color | [optional] 
**tileTextColor** | **String** | Tile text color | [optional] 
**textTileTextColor** | **String** | Color of text on text tiles | [optional] 
**lastUpdaterId** | **Number** | Id of User that last updated the dashboard. | [optional] 
**deleterId** | **Number** | 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] 
**lookmlLinkId** | **String** | Links this dashboard to a particular LookML dashboard such that calling a **sync** operation on that LookML dashboard will update this dashboard to match. | [optional] 
**can** | **{String: Boolean}** | Operations the current user is able to perform on this object | [optional] 


