Class PlaylistItemListResponse
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class PlaylistItemListResponse : IDirectResponseSchemaProperties
ETag
The e-tag of this response.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Remarks
Will be set by the service deserialization method, or the by json response parser if implemented on service.
EventId
Serialized EventId of the request which produced this response.
Declaration
[JsonProperty("eventId")]
public virtual string EventId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Items
A list of playlist items that match the request criteria.
Declaration
[JsonProperty("items")]
public virtual IList<PlaylistItem> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<PlaylistItem> | 
Kind
Identifies what kind of resource this is. Value: the fixed string "youtube#playlistItemListResponse".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
NextPageToken
The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
PageInfo
General pagination information.
Declaration
[JsonProperty("pageInfo")]
public virtual PageInfo PageInfo { get; set; }Property Value
| Type | Description | 
|---|---|
| PageInfo | 
PrevPageToken
The token that can be used as the value of the pageToken parameter to retrieve the previous page in the result set.
Declaration
[JsonProperty("prevPageToken")]
public virtual string PrevPageToken { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
TokenPagination
Declaration
[JsonProperty("tokenPagination")]
public virtual TokenPagination TokenPagination { get; set; }Property Value
| Type | Description | 
|---|---|
| TokenPagination | 
VisitorId
The visitorId identifies the visitor.
Declaration
[JsonProperty("visitorId")]
public virtual string VisitorId { get; set; }Property Value
| Type | Description | 
|---|---|
| string |