| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | Unique Id | [optional] |
| name | String | Name or title of underlying content | [optional] |
| parentId | Integer | Id of Parent Content | [optional] |
| spaceId | String | Id of associated space when content_type is "space" | [optional] |
| dashboardId | String | Id of associated dashboard when content_type is "dashboard" | [optional] |
| lookId | Integer | Id of associated look when content_type is "look" | [optional] |
| contentType | String | Content Type ("dashboard", "look", or "space") | [optional] |
| inherits | Boolean | Whether content inherits its access levels from parent | [optional] |
| inheritingId | Integer | Id of Inherited Content | [optional] |
| can | {String: Boolean} | Operations the current user is able to perform on this object | [optional] |