Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

Documentation under development

Reference URL: https://cloud.google.com/iot/docs/reference/cloudiot/rest/v1/ListDevicesResponse

Response for devices.list.

JSON representation

Code Block
{
  "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 in a new ListDevicesRequest.