ListDevicesResponse
ייצוג JSON |
{
"devices": [
{
object (Device )
}
],
"nextPageToken": string
} |
שדות |
devices[] |
object (Device )
devices שתואם לבקשה.
|
nextPageToken |
string
אסימון עימוד הוחזר מקריאה קודמת ל-devices.list method , המציין היכן להמשיך את הרישום. אם השדה חסר או ריק, פירוש הדבר הוא שאין מכשירים נוספים.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2022-09-26 (שעון UTC).
[null,null,["עדכון אחרון: 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"]]