AI-generated Key Takeaways
-
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 |
Identifies what kind of resource this is. Value: the fixed string |
resultsPerPage |
Number of results returned in this page. |
nextPageToken |
Page token to send to fetch the next page. |