Class BatchRunReportsRequest
The batch request containing multiple report requests.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsData.v1beta.Data
Assembly: Google.Apis.AnalyticsData.v1beta.dll
Syntax
public class BatchRunReportsRequest : 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 report response. Each batch request is allowed up to 5 requests.
Declaration
[JsonProperty("requests")]
public virtual IList<RunReportRequest> Requests { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<RunReportRequest> |