Class PageInfo
Information about the current page. List operations that supports paging return only one "page" of results. This protocol buffer message describes the page that has been returned.
Implements
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1.Data
Assembly: Google.Apis.AndroidEnterprise.v1.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 |
ResultPerPage
Maximum number of results returned in one page. ! The number of results included in the API response.
Declaration
[JsonProperty("resultPerPage")]
public virtual int? ResultPerPage { get; set; }
Property Value
Type | Description |
---|---|
int? |
StartIndex
Index of the first result returned in the current page.
Declaration
[JsonProperty("startIndex")]
public virtual int? StartIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |
TotalResults
Total number of results available on the backend ! The total number of results in the result set.
Declaration
[JsonProperty("totalResults")]
public virtual int? TotalResults { get; set; }
Property Value
Type | Description |
---|---|
int? |