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 مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2022-11-02 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2022-11-02 بهوقت ساعت هماهنگ جهانی."],[[["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"]]