Google Cloud IoT Core is being retired on August 16, 2023. Contact your Google Cloud account team for more information.

ListDevicesResponse

Response for devices.list.

JSON representation
{
  "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.