Class BatchRunPivotReportsRequest
The batch request containing multiple pivot report requests.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsData.v1beta.Data
Assembly: Google.Apis.AnalyticsData.v1beta.dll
Syntax
public class BatchRunPivotReportsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Requests
Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.
Declaration
[JsonProperty("requests")]
public virtual IList<RunPivotReportRequest> Requests { get; set; }
Property Value
Type | Description |
---|---|
IList<RunPivotReportRequest> |