RunPivotReportRequest constructor
RunPivotReportRequest({
- CohortSpec? cohortSpec,
- String? currencyCode,
- List<
DateRange> ? dateRanges, - FilterExpression? dimensionFilter,
- List<
Dimension> ? dimensions, - bool? keepEmptyRows,
- FilterExpression? metricFilter,
- List<
Metric> ? metrics, - List<
Pivot> ? pivots, - String? property,
- bool? returnPropertyQuota,
Implementation
RunPivotReportRequest({
this.cohortSpec,
this.currencyCode,
this.dateRanges,
this.dimensionFilter,
this.dimensions,
this.keepEmptyRows,
this.metricFilter,
this.metrics,
this.pivots,
this.property,
this.returnPropertyQuota,
});