RunPivotReportRequest constructor

RunPivotReportRequest({
  1. CohortSpec? cohortSpec,
  2. String? currencyCode,
  3. List<DateRange>? dateRanges,
  4. FilterExpression? dimensionFilter,
  5. List<Dimension>? dimensions,
  6. bool? keepEmptyRows,
  7. FilterExpression? metricFilter,
  8. List<Metric>? metrics,
  9. List<Pivot>? pivots,
  10. String? property,
  11. 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,
});