Pagination

JSON representation
{
  "kind": string,
  "resultsPerPage": integer,
  "nextPageToken": string
}
Fields
kind
(deprecated)

string

Identifies what kind of resource this is. Value: the fixed string "walletobjects#pagination".

resultsPerPage

integer

Number of results returned in this page.

nextPageToken

string

Page token to send to fetch the next page.