# LookerApi30Reference.ContentFavorite

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Number** | Unique Id | [optional] 
**userId** | **Number** | User Id which owns this ContentFavorite | [optional] 
**contentMetadataId** | **Number** | Content Metadata Id associated with this ContentFavorite | [optional] 
**lookId** | **Number** | Id of a look | [optional] 
**dashboardId** | **Number** | Id of a dashboard | [optional] 
**look** | [**LookBasic**](LookBasic.md) | Associated Look | [optional] 
**dashboard** | [**DashboardBase**](DashboardBase.md) | Associated Dashboard | [optional] 
**can** | **{String: Boolean}** | Operations the current user is able to perform on this object | [optional] 


