Google Analytics Data V1beta Client - Class ListAudienceExportsResponse (0.13.0)

Reference documentation and code samples for the Google Analytics Data V1beta Client class ListAudienceExportsResponse.

A list of all audience exports for a property.

Generated from protobuf message google.analytics.data.v1beta.ListAudienceExportsResponse

Namespace

Google \ Analytics \ Data \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ audience_exports array<Google\Analytics\Data\V1beta\AudienceExport>

Each audience export 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.

getAudienceExports

Each audience export for a property.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAudienceExports

Each audience export for a property.

Parameter
NameDescription
var array<Google\Analytics\Data\V1beta\AudienceExport>
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