Google Analytics Data V1alpha Client - Class ListReportTasksResponse (0.21.1)

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 \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ report_tasksarray<ReportTask>

Each report task for a property.

↳ next_page_tokenstring

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getReportTasks

Each report task for a property.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setReportTasks

Each report task for a property.

Parameter
NameDescription
vararray<ReportTask>
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
varstring
Returns
TypeDescription
$this