ListSitesResponse
הודעת התגובה של SiteService.ListSites.
ייצוג ב-JSON |
{
"sites": [
{
object (Site )
}
],
"nextPageToken": string
} |
שדות |
sites[] |
object (Site )
רשימת האתרים. אם הרשימה הזו ריקה, היא לא תופיע.
|
nextPageToken |
string
אסימון לאחזור של דף התוצאות הבא. כדי לאחזר את דף התוצאות הבא, מעבירים את הערך הזה בשדה pageToken בקריאה הבאה לשיטה ListSites .
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 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"]]