ListDevicesResponse

devices.list method에 대한 응답입니다.

JSON 표현
{
  "devices": [
    {
      object (Device)
    }
  ],
  "nextPageToken": string
}
필드
devices[]

object (Device)

요청과 일치하는 devices

nextPageToken

string

이전 devices.list method 호출에서 반환된 페이지로 나누기 토큰으로, 목록이 계속되어야 하는 위치를 나타냅니다. 필드가 누락되었거나 비어 있으면 더 이상 기기가 없다는 의미입니다.