Pagination
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-11-13 UTC
[null,null,["อัปเดตล่าสุด 2024-11-13 UTC"],[[["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."]]],["The JSON structure defines a pagination object with three fields. `kind` (deprecated) is a string identifying the resource type. `resultsPerPage`, an integer, specifies the number of results on the current page. `nextPageToken`, a string, provides the token needed to retrieve the subsequent page of results. This structure facilitates the division and navigation of large datasets.\n"]]