Pagination

  • This document outlines the JSON representation used for pagination within Google Wallet objects.

  • The representation includes fields for identifying the resource type (deprecated), number of results per page, and a token for accessing the next page.

  • Developers should be aware that the kind field is deprecated and may be removed in the future.

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.