Google Ads Marketing Platform Admin V1alpha Client - Class ListAnalyticsAccountLinksResponse (0.2.0)

Reference documentation and code samples for the Google Ads Marketing Platform Admin V1alpha Client class ListAnalyticsAccountLinksResponse.

Response message for ListAnalyticsAccountLinks RPC.

Generated from protobuf message google.marketingplatform.admin.v1alpha.ListAnalyticsAccountLinksResponse

Namespace

Google \ Ads \ MarketingPlatform \ Admin \ V1alpha

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ analytics_account_links array<AnalyticsAccountLink>

Analytics account links in this organization.

↳ next_page_token string

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Analytics account links in this organization.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

Analytics account links in this organization.

Parameter
Name Description
var array<AnalyticsAccountLink>
Returns
Type Description
$this

getNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this