ListDevicesResponse
JSON gösterimi |
{
"devices": [
{
object (Device )
}
],
"nextPageToken": string
} |
Alanlar |
devices[] |
object (Device )
İstekle eşleşen devices .
|
nextPageToken |
string
Önceki bir çağrıdan (devices.list method ) listelemenin devam etmesi gerektiğini belirten sayfalandırma jetonu. Alan yoksa veya boşsa başka cihaz yok demektir.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2022-09-26 UTC.
[null,null,["Son güncelleme tarihi: 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"]]