Reference documentation and code samples for the Google Analytics Data V1alpha Client class BatchRunPivotReportsResponse.
The batch response containing multiple pivot reports.
Generated from protobuf message google.analytics.data.v1alpha.BatchRunPivotReportsResponse
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ pivot_reports |
array<Google\Analytics\Data\V1alpha\RunPivotReportResponse>
Individual responses. Each response has a separate pivot report request. |
getPivotReports
Individual responses. Each response has a separate pivot report request.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setPivotReports
Individual responses. Each response has a separate pivot report request.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Analytics\Data\V1alpha\RunPivotReportResponse>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|