Class BatchRunPivotReportsResponse
The batch response containing multiple pivot reports.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsData.v1beta.Data
Assembly: Google.Apis.AnalyticsData.v1beta.dll
Syntax
public class BatchRunPivotReportsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
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
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
PivotReports
Individual responses. Each response has a separate pivot report request.
Declaration
[JsonProperty("pivotReports")]
public virtual IList<RunPivotReportResponse> PivotReports { get; set; }
Property Value
Type | Description |
---|---|
IList<RunPivotReportResponse> |