Inheritance
CommentListResponse
Assembly: Google.Apis.YouTube.v3.dll
public class CommentListResponse : IDirectResponseSchema
Properties
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Serialized EventId of the request which produced this response.
Declaration
[JsonProperty("eventId")]
public virtual string EventId { get; set; }
Property Value
A list of comments that match the request criteria.
Declaration
[JsonProperty("items")]
public virtual IList<Comment> Items { get; set; }
Property Value
Identifies what kind of resource this is. Value: the fixed string "youtube#commentListResponse".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
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
General pagination information.
Declaration
[JsonProperty("pageInfo")]
public virtual PageInfo PageInfo { get; set; }
Property Value
Declaration
[JsonProperty("tokenPagination")]
public virtual TokenPagination TokenPagination { get; set; }
Property Value
The visitorId identifies the visitor.
Declaration
[JsonProperty("visitorId")]
public virtual string VisitorId { get; set; }
Property Value
Implements