ListSitesResponse
SiteService.ListSites के लिए जवाब का मैसेज.
JSON के काेड में दिखाना |
{
"sites": [
{
object (Site )
}
],
"nextPageToken": string
} |
फ़ील्ड |
sites[] |
object (Site )
साइटों की सूची. अगर यह सूची खाली है, तो यह नहीं दिखेगी.
|
nextPageToken |
string
नतीजों का अगला पेज पाने के लिए टोकन. नतीजों का अगला पेज पाने के लिए, ListSites तरीके के अगले कॉल में pageToken फ़ील्ड में यह वैल्यू पास करें.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-11-07 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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."]]],["The core content details the JSON response structure for `SiteService.ListSites`. The response contains an array of `sites`, each represented as a Site object. If no sites are found, the `sites` array will be absent. Additionally, a `nextPageToken` string is provided to fetch subsequent result pages by using it in the `pageToken` field of future `ListSites` method calls.\n"]]