ListDevicesResponse
Biểu diễn dưới dạng JSON |
{
"devices": [
{
object (Device )
}
],
"nextPageToken": string
} |
Các trường |
devices[] |
object (Device )
devices phù hợp với yêu cầu.
|
nextPageToken |
string
Mã thông báo phân trang được trả về từ lệnh gọi trước đó đến devices.list method cho biết vị trí tiếp tục trang thông tin. Nếu trường bị thiếu hoặc bị trống, có nghĩa là không có thiết bị nào khác.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2022-09-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]