ListSitesResponse
Pesan respons untuk SiteService.ListSites.
Representasi JSON |
{
"sites": [
{
object (Site )
}
],
"nextPageToken": string
} |
Kolom |
sites[] |
object (Site )
Daftar situs. Daftar ini tidak akan ada jika kosong.
|
nextPageToken |
string
Token untuk mengambil halaman hasil berikutnya. Teruskan nilai ini di kolom pageToken dalam panggilan berikutnya ke metode ListSites untuk mengambil halaman hasil berikutnya.
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-11-07 UTC.
[null,null,["Terakhir diperbarui pada 2024-11-07 UTC."],[[["This page describes the JSON response structure for the `SiteService.ListSites` method in Display & Video 360 API."],["The response includes a list of sites and a token for retrieving the next page of results if available."],["Each site in the list is represented by a `Site` object, detailed in its dedicated documentation."]]],[]]