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] |
name | string | Name or title of underlying content | [optional] |
parent_id | string | Id of Parent Content | [optional] |
dashboard_id | string | Id of associated dashboard when content_type is "dashboard" | [optional] |
look_id | string | Id of associated look when content_type is "look" | [optional] |
folder_id | string | Id of associated folder when content_type is "space" | [optional] |
content_type | string | Content Type ("dashboard", "look", or "folder") | [optional] |
inherits | bool | Whether content inherits its access levels from parent | [optional] |
inheriting_id | string | Id of Inherited Content | [optional] |
slug | string | Content Slug | [optional] |