Class PageInfo
Inheritance
System.Object
PageInfo
Assembly: Google.Apis.AndroidPublisher.v2.dll
Syntax
public class PageInfo : object, IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Type |
Description |
System.String |
|
ResultPerPage
Declaration
public virtual Nullable<int> ResultPerPage { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StartIndex
Declaration
public virtual Nullable<int> StartIndex { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TotalResults
Declaration
public virtual Nullable<int> TotalResults { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Implements