Class UserInterest
The identifier for a user interest.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class UserInterest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserInterestCategory
Output only. The resource name of the interest category. Populated when product_category is "Youtube".
Format: customers/{customer_id}/userInterests/{user_interest_id}
Declaration
[JsonProperty("userInterestCategory")]
public virtual string UserInterestCategory { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserInterestUserList
Output only. The resource name of the user list. Populated when product_category is "Open Auction".
Format: customers/{customer_id}/userLists/{user_list_id}
Declaration
[JsonProperty("userInterestUserList")]
public virtual string UserInterestUserList { get; set; }
Property Value
| Type | Description |
|---|---|
| string |