Reference documentation and code samples for the Google Analytics Data V1alpha Client class ListRecurringAudienceListsResponse.
A list of all recurring audience lists for a property.
Generated from protobuf message google.analytics.data.v1alpha.ListRecurringAudienceListsResponse
Namespace
Google \ Analytics \ Data \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ recurring_audience_lists |
array<RecurringAudienceList>
Each recurring audience list for a property. |
↳ next_page_token |
string
A token, which can be sent as |
getRecurringAudienceLists
Each recurring audience list for a property.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setRecurringAudienceLists
Each recurring audience list for a property.
Parameter | |
---|---|
Name | Description |
var |
array<RecurringAudienceList>
|
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 |