ListDevicesResponse
การแสดง JSON |
{
"devices": [
{
object (Device )
}
],
"nextPageToken": string
} |
ช่อง |
devices[] |
object (Device )
devices ที่ตรงกับคําขอ
|
nextPageToken |
string
โทเค็นการใส่เลขหน้าที่แสดงผลจากการเรียกไปยัง devices.list ครั้งก่อน ซึ่งบ่งชี้ตําแหน่งที่ข้อมูลควรดําเนินต่อไป หากช่องหายไปหรือว่างเปล่า แสดงว่าไม่มีอุปกรณ์เพิ่มเติม
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2022-11-02 UTC
[null,null,["อัปเดตล่าสุด 2022-11-02 UTC"],[[["This API response provides a list of devices and a token for pagination."],["Each device is represented as a Device object, which is further defined in its own documentation."],["The `nextPageToken` helps retrieve further devices in the list if available; an empty or missing token signifies the end of the list."]]],["The JSON representation of a response for `devices.list` includes an array of `devices` objects and a `nextPageToken`. The `devices` array contains device information matching the request. The `nextPageToken` string indicates the continuation point for listing devices from a previous call; its absence signifies the end of the device list. Each `devices` object refers to a specific device and `nextPageToken` is for pagination.\n"]]