Class BatchRunPivotReportsResponse
The batch response containing multiple pivot reports.
Implements
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class BatchRunPivotReportsResponse : IMessage<BatchRunPivotReportsResponse>, IEquatable<BatchRunPivotReportsResponse>, IDeepCloneable<BatchRunPivotReportsResponse>, IBufferMessage, IMessage
Constructors
BatchRunPivotReportsResponse()
Declaration
public BatchRunPivotReportsResponse()
BatchRunPivotReportsResponse(BatchRunPivotReportsResponse)
Declaration
public BatchRunPivotReportsResponse(BatchRunPivotReportsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchRunPivotReportsResponse | other |
Properties
Kind
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.
Declaration
public string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PivotReports
Individual responses. Each response has a separate pivot report request.
Declaration
public RepeatedField<RunPivotReportResponse> PivotReports { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<RunPivotReportResponse> |