| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Unique Id | [optional] |
| dashboard_id | str | Id of Dashboard | [optional] |
| type | str | Type | [optional] |
| active | bool | Is Active | [optional] |
| column_width | int | Column Width | [optional] |
| width | int | Width | [optional] |
| deleted | bool | Whether or not the dashboard layout is deleted. | [optional] |
| dashboard_layout_components | list[DashboardLayoutComponent] | Components | [optional] |
| can | dict(str, bool) | Operations the current user is able to perform on this object | [optional] |