ListDevicesResponse
JSON-Darstellung |
{
"devices": [
{
object (Device )
}
],
"nextPageToken": string
} |
Felder |
devices[] |
object (Device )
Die devices , die der Anfrage entsprechen.
|
nextPageToken |
string
Ein Paginierungstoken, das von einem vorherigen Aufruf von devices.list method zurückgegeben wurde und angibt, von wo aus der Eintrag fortgesetzt werden soll. Wenn das Feld fehlt oder leer ist, sind keine Geräte mehr vorhanden.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2022-09-26 (UTC).
[null,null,["Zuletzt aktualisiert: 2022-09-26 (UTC)."],[[["The `devices.list` method response includes a list of devices and a token for pagination."],["Each device is represented as a JSON object adhering to the Device schema definition."],["The `nextPageToken` enables retrieving subsequent pages of devices if available, otherwise indicating the end of the list."]]],["The `devices.list` method returns a JSON object containing a list of `devices` and a `nextPageToken`. The `devices` field is an array of Device objects, representing devices that match the request. The `nextPageToken` string, if present, indicates there are more devices and where to continue listing from in subsequent requests; its absence signifies the end of the device list.\n"]]