RunReportRequest constructor

RunReportRequest({
  1. CohortSpec? cohortSpec,
  2. String? currencyCode,
  3. List<DateRange>? dateRanges,
  4. FilterExpression? dimensionFilter,
  5. List<Dimension>? dimensions,
  6. bool? keepEmptyRows,
  7. String? limit,
  8. List<String>? metricAggregations,
  9. FilterExpression? metricFilter,
  10. List<Metric>? metrics,
  11. String? offset,
  12. List<OrderBy>? orderBys,
  13. String? property,
  14. 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,
});