Skip to main content
Skip table of contents

ListDevicesResponse

Response for devices.list.

JSON representation

CODE
{
  "devices": [
    {
      object(Device)
    }
  ],
  "nextPageToken": string
}

Fields

devices[]

object(Device)

The devices that match the request.

nextPageToken

string

If not empty, indicates that there may be more devices that match the request; this value should be passed into a new ListDevicesRequest.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.