ListDevicesResponse

Response for devices.list.

JSON representation
{
  "devices": [
    {
      object (Device)
    }
  ],
  "nextPageToken": string
}
Fields
devices[]

object (Device)

The devices that match the request.

nextPageToken

string

A pagination token returned from a previous call to devices.list that indicates from where listing should continue. If the field is missing or empty, it means there is no more devices.