Show / Hide Table of Contents

Class PageInfo

Paging details for lists of resources, including total number of items available and number of resources returned in a single page.

Inheritance
object
PageInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class PageInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ResultsPerPage

The number of results included in the API response.

Declaration
[JsonProperty("resultsPerPage")]
public virtual int? ResultsPerPage { get; set; }
Property Value
Type Description
int?

TotalResults

The total number of results in the result set.

Declaration
[JsonProperty("totalResults")]
public virtual int? TotalResults { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX