Show / Hide Table of Contents

Class TokenPagination

Inheritance
System.Object
TokenPagination
Implements
IDirectResponseSchema
Namespace: Google.Apis.AndroidPublisher.v2.Data
Assembly: Google.Apis.AndroidPublisher.v2.dll
Syntax
public class TokenPagination : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

NextPageToken

Declaration
public virtual string NextPageToken { get; set; }
Property Value
Type Description
System.String

PreviousPageToken

Declaration
public virtual string PreviousPageToken { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top