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