Show / Hide Table of Contents

Class PlannableUserList

A plannable user list used for reach forecasting.

Inheritance
object
PlannableUserList
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 PlannableUserList : IDirectResponseSchema

Properties

DisplayName

Output only. The display name of the user list.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Output only. The resource name identifying the user list. Format: advertisers/{advertiser_id}/userLists/{user_list_id}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

PlannableStatus

Output only. The plannability status of the user list.

Declaration
[JsonProperty("plannableStatus")]
public virtual string PlannableStatus { get; set; }
Property Value
Type Description
string

UserListType

Output only. The type of the user list.

Declaration
[JsonProperty("userListType")]
public virtual string UserListType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX