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 \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 |
getAudienceExports
Each audience export for a property.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setAudienceExports
Each audience export for a property.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Analytics\Data\V1beta\AudienceExport>
|
| 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 |
|
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 | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|