# LookerApi30Reference.DashboardBase

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Unique Id | [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] 
**model** | [**LookModel**](LookModel.md) | Model | [optional] 
**contentFavoriteId** | **Number** | Content Favorite Id | [optional] 
**scheduledPlan** | [**ScheduledPlan**](ScheduledPlan.md) | ScheduledPlan | [optional] 
**contentMetadataId** | **Number** | Id of content metadata | [optional] 
**queryTimezone** | **String** | Timezone in which the Dashboard will run by default. | [optional] 
**can** | **{String: Boolean}** | Operations the current user is able to perform on this object | [optional] 


