ListCustomerLinksResponse
Response to a ListCustomerLinks request. Contains the Ads Data Hub customers linked to the specified customer.
JSON representation |
{
"links": [
{
object (CustomerLink )
}
],
"nextPageToken": string
} |
Fields |
links[] |
object (CustomerLink )
A list of customer links.
|
nextPageToken |
string
A token that can be used to request the next results page. This field is empty if there are no additional results.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["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."]]],["The response to a `ListCustomerLinks` request includes a list of customer links (`links[]`), each representing a linked Ads Data Hub customer. The response also contains an optional `nextPageToken` string. This token facilitates retrieving subsequent pages of results, if available. If no further results exist, the `nextPageToken` field is empty.\n"]]