| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | Unique Id | [optional] |
| user_id | int | User Id which owns this ContentFavorite | [optional] |
| content_metadata_id | int | Content Metadata Id associated with this ContentFavorite | [optional] |
| look_id | int | Id of a look | [optional] |
| dashboard_id | int | Id of a dashboard | [optional] |
| look | LookBasic | Associated Look | [optional] |
| dashboard | DashboardBase | Associated Dashboard | [optional] |
| can | dict(str, bool) | Operations the current user is able to perform on this object | [optional] |