ListCustomerLinksResponse
对 ListCustomerLinks 请求的响应。包含与指定客户相关联的广告数据中心客户。
JSON 表示法 |
{
"links": [
{
object (CustomerLink )
}
],
"nextPageToken": string
} |
字段 |
links[] |
object (CustomerLink )
客户链接列表。
|
nextPageToken |
string
可用于请求下一个结果页面的令牌。如果没有其他结果,则此字段为空。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2022-09-27。
[null,null,["最后更新时间 (UTC):2022-09-27。"],[[["The ListCustomerLinks request returns a JSON response detailing the Ads Data Hub customers linked to a specific customer."],["The response includes a list of customer links and a token for pagination to retrieve further results if available."]]],[]]