ListDevicesResponse
การแสดง JSON |
{
"devices": [
{
object (Device )
}
],
"nextPageToken": string
} |
ช่อง |
devices[] |
object (Device )
devices ที่ตรงกับคําขอ
|
nextPageToken |
string
โทเค็นการใส่เลขหน้าที่แสดงผลจากการเรียกไปยัง devices.list method ครั้งก่อน ซึ่งบ่งชี้ตําแหน่งที่ข้อมูลควรดําเนินต่อไป หากช่องหายไปหรือว่างเปล่า แสดงว่าไม่มีอุปกรณ์เพิ่มเติม
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2022-09-26 UTC
[null,null,["อัปเดตล่าสุด 2022-09-26 UTC"],[[["The `devices.list` method response includes a list of devices and a token for pagination."],["Each device is represented as a JSON object adhering to the Device schema definition."],["The `nextPageToken` enables retrieving subsequent pages of devices if available, otherwise indicating the end of the list."]]],["The `devices.list` method returns a JSON object containing a list of `devices` and a `nextPageToken`. The `devices` field is an array of Device objects, representing devices that match the request. The `nextPageToken` string, if present, indicates there are more devices and where to continue listing from in subsequent requests; its absence signifies the end of the device list.\n"]]