ListDevicesResponse

devices.list method 的响应。

JSON 表示法
{
  "devices": [
    {
      object (Device)
    }
  ],
  "nextPageToken": string
}
字段
devices[]

object (Device)

与请求匹配的 devices

nextPageToken

string

从上一次调用 devices.list method 返回的分页令牌,指示列表应从什么位置继续。如果该字段缺失或为空,则表示没有更多设备。