| Name | Type | Description | Notes |
|---|---|---|---|
| can | map[string,bool] | Operations the current user is able to perform on this object | [optional] |
| id | string | Unique Id | [optional] |
| dashboard_layout_id | string | Id of Dashboard Layout | [optional] |
| dashboard_element_id | string | Id Of Dashboard Element | [optional] |
| row | int | Row | [optional] |
| column | int | Column | [optional] |
| width | int | Width | [optional] |
| height | int | Height | [optional] |
| deleted | bool | Whether or not the dashboard layout component is deleted | [optional] |
| element_title | string | Dashboard element title, extracted from the Dashboard Element. | [optional] |
| element_title_hidden | bool | Whether or not the dashboard element title is displayed. | [optional] |
| vis_type | string | Visualization type, extracted from a query's vis_config | [optional] |