ListSitesResponse
SiteService.ListSites 的响应消息。
JSON 表示法 |
{
"sites": [
{
object (Site )
}
],
"nextPageToken": string
} |
字段 |
sites[] |
object (Site )
网站列表。 如果为空,则不会显示此列表。
|
nextPageToken |
string
用于检索下一页结果的令牌。 在后续调用 ListSites 方法时,将此值传入 pageToken 字段以检索下一页结果。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-07。
[null,null,["最后更新时间 (UTC):2024-11-07。"],[[["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"]]