Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 4 Next »

Documentation under development

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.

  • No labels