ListDevicesResponse
JSON 表現 |
{
"devices": [
{
object (Device )
}
],
"nextPageToken": string
} |
フィールド |
devices[] |
object (Device )
リクエストに一致する devices 。
|
nextPageToken |
string
前回の devices.list method 呼び出しから返されたページ設定トークン。一覧表示を続行する場所を示します。このフィールドがないか空白の場合、デバイスは存在しないことを意味します。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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."]]],[]]