Class PlannableUserList
A plannable user list used for reach forecasting.
Implements
Inherited Members
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 |