ListDevicesResponse
जेएसओएन के काेड में दिखाना |
{
"devices": [
{
object (Device )
}
],
"nextPageToken": string
} |
फ़ील्ड |
devices[] |
object (Device )
अनुरोध से मेल खाने वाला devices .
|
nextPageToken |
string
पेजों को क्रम में लगाने का टोकन, पिछले कॉल से devices.list पर ले जाया गया. इससे पता चलता है कि लिस्टिंग कहां से शुरू होनी चाहिए. अगर फ़ील्ड मौजूद नहीं है या खाली है, तो इसका मतलब है कि कोई और डिवाइस नहीं है.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2022-11-02 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2022-11-02 (UTC) को अपडेट किया गया."],[[["This API response provides a list of devices and a token for pagination."],["Each device is represented as a Device object, which is further defined in its own documentation."],["The `nextPageToken` helps retrieve further devices in the list if available; an empty or missing token signifies the end of the list."]]],["The JSON representation of a response for `devices.list` includes an array of `devices` objects and a `nextPageToken`. The `devices` array contains device information matching the request. The `nextPageToken` string indicates the continuation point for listing devices from a previous call; its absence signifies the end of the device list. Each `devices` object refers to a specific device and `nextPageToken` is for pagination.\n"]]