Show / Hide Table of Contents

Class UserInterest

The identifier for a user interest.

Inheritance
object
UserInterest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX