ListDevicesResponse
JSON প্রতিনিধিত্ব |
---|
{
"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 সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
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"]]