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
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setReports
Individual responses. Each response has a separate report request.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Analytics\Data\V1alpha\RunReportResponse>
|
Returns | |
---|---|
Type | Description |
$this |