Reference documentation and code samples for the Google Analytics Data V1beta Client class BatchRunPivotReportsResponse.
The batch response containing multiple pivot reports.
Generated from protobuf message google.analytics.data.v1beta.BatchRunPivotReportsResponse
Namespace
Google \ Analytics \ Data \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data | array Optional. Data for populating the Message object. |
↳ pivot_reports | array<Google\Analytics\Data\V1beta\RunPivotReportResponse> Individual responses. Each response has a separate pivot report request. |
↳ kind | string Identifies what kind of resource this message is. This |
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\V1beta\RunPivotReportResponse> |
Returns | |
---|---|
Type | Description |
$this |
getKind
Identifies what kind of resource this message is. This kind
is always the fixed string "analyticsData#batchRunPivotReports". Useful to distinguish between response types in JSON.
Returns | |
---|---|
Type | Description |
string |
setKind
Identifies what kind of resource this message is. This kind
is always the fixed string "analyticsData#batchRunPivotReports". Useful to distinguish between response types in JSON.
Parameter | |
---|---|
Name | Description |
var | string |
Returns | |
---|---|
Type | Description |
$this |