Google Analytics Data V1alpha Client - Class ListAudienceListsResponse (0.14.0)

Reference documentation and code samples for the Google Analytics Data V1alpha Client class ListAudienceListsResponse.

A list of all audience lists for a property.

Generated from protobuf message google.analytics.data.v1alpha.ListAudienceListsResponse

Namespace

Google \ Analytics \ Data \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ audience_lists array<Google\Analytics\Data\V1alpha\AudienceList>

Each audience list for a property.

↳ 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.

getAudienceLists

Each audience list for a property.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAudienceLists

Each audience list for a property.

Parameter
NameDescription
var array<Google\Analytics\Data\V1alpha\AudienceList>
Returns
TypeDescription
$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
TypeDescription
string

hasNextPageToken

clearNextPageToken

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
NameDescription
var string
Returns
TypeDescription
$this