Class TokenPagination
Inheritance
System.Object
TokenPagination
Implements
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 |