Class VideoCategoryListResponse
Inheritance
System.Object
VideoCategoryListResponse
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class VideoCategoryListResponse : IDirectResponseSchema
Properties
ETag
Etag of this resource.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
EventId
Serialized EventId of the request which produced this response.
Declaration
[JsonProperty("eventId")]
public virtual string EventId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Items
A list of video categories that can be associated with YouTube videos. In this map, the video category ID is the map key, and its value is the corresponding videoCategory resource.
Declaration
[JsonProperty("items")]
public virtual IList<VideoCategory> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<VideoCategory> |
Kind
Identifies what kind of resource this is. Value: the fixed string "youtube#videoCategoryListResponse".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.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 |
|---|---|
| System.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 |
|---|---|
| System.String |