Class RetrievePlannableUserListsResponse
Response for RetrievePlannableUserLists.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class RetrievePlannableUserListsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
Output only. A token to retrieve the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PlannableUserLists
Output only. The list of plannable user lists.
Declaration
[JsonProperty("plannableUserLists")]
public virtual IList<PlannableUserList> PlannableUserLists { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<PlannableUserList> |