Google Analytics Data V1alpha Client - Class BatchRunReportsResponse (0.10.1)

Reference documentation and code samples for the Google Analytics Data V1alpha Client class BatchRunReportsResponse.

The batch response containing multiple reports.

Generated from protobuf message google.analytics.data.v1alpha.BatchRunReportsResponse

Namespace

Google \ Analytics \ Data \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ reports array<Google\Analytics\Data\V1alpha\RunReportResponse>

Individual responses. Each response has a separate report request.

getReports

Individual responses. Each response has a separate report request.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setReports

Individual responses. Each response has a separate report request.

Parameter
NameDescription
var array<Google\Analytics\Data\V1alpha\RunReportResponse>
Returns
TypeDescription
$this