RunReportRequest constructor
RunReportRequest({
- CohortSpec? cohortSpec,
- String? currencyCode,
- List<
DateRange> ? dateRanges, - FilterExpression? dimensionFilter,
- List<
Dimension> ? dimensions, - bool? keepEmptyRows,
- String? limit,
- List<
String> ? metricAggregations, - FilterExpression? metricFilter,
- List<
Metric> ? metrics, - String? offset,
- List<
OrderBy> ? orderBys, - String? property,
- bool? returnPropertyQuota,
Implementation
RunReportRequest({
this.cohortSpec,
this.currencyCode,
this.dateRanges,
this.dimensionFilter,
this.dimensions,
this.keepEmptyRows,
this.limit,
this.metricAggregations,
this.metricFilter,
this.metrics,
this.offset,
this.orderBys,
this.property,
this.returnPropertyQuota,
});