Class GetReportsRequest
The batch request containing multiple report request.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class GetReportsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReportRequests
Requests, each request will have a separate response. There can be a maximum of 5 requests. All requests
should have the same dateRanges, viewId, segments, samplingLevel, and cohortGroup.
Declaration
[JsonProperty("reportRequests")]
public virtual IList<ReportRequest> ReportRequests { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ReportRequest> |
UseResourceQuotas
Enables resource based
quotas, (defaults to
False). If this field is set to True the per view (profile) quotas are governed by the computational
cost of the request. Note that using cost based quotas will higher enable sampling rates. (10 Million for
SMALL, 100M for LARGE. See the limits and quotas
documentation for details.
Declaration
[JsonProperty("useResourceQuotas")]
public virtual bool? UseResourceQuotas { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |