# LookerApi30Reference.DashboardLayout

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Unique Id | [optional] 
**dashboardId** | **String** | Id of Dashboard | [optional] 
**type** | **String** | Type | [optional] 
**active** | **Boolean** | Is Active | [optional] 
**columnWidth** | **Number** | Column Width | [optional] 
**width** | **Number** | Width | [optional] 
**deleted** | **Boolean** | Whether or not the dashboard layout is deleted. | [optional] 
**dashboardTitle** | **String** | Title extracted from the dashboard this layout represents. | [optional] 
**dashboardLayoutComponents** | [**[DashboardLayoutComponent]**](DashboardLayoutComponent.md) | Components | [optional] 
**can** | **{String: Boolean}** | Operations the current user is able to perform on this object | [optional] 


