ReportRequest constructor

ReportRequest({
  1. CohortGroup? cohortGroup,
  2. List<DateRange>? dateRanges,
  3. List<DimensionFilterClause>? dimensionFilterClauses,
  4. List<Dimension>? dimensions,
  5. String? filtersExpression,
  6. bool? hideTotals,
  7. bool? hideValueRanges,
  8. bool? includeEmptyRows,
  9. List<MetricFilterClause>? metricFilterClauses,
  10. List<Metric>? metrics,
  11. List<OrderBy>? orderBys,
  12. int? pageSize,
  13. String? pageToken,
  14. List<Pivot>? pivots,
  15. String? samplingLevel,
  16. List<Segment>? segments,
  17. String? viewId,
})

Implementation

ReportRequest({
  this.cohortGroup,
  this.dateRanges,
  this.dimensionFilterClauses,
  this.dimensions,
  this.filtersExpression,
  this.hideTotals,
  this.hideValueRanges,
  this.includeEmptyRows,
  this.metricFilterClauses,
  this.metrics,
  this.orderBys,
  this.pageSize,
  this.pageToken,
  this.pivots,
  this.samplingLevel,
  this.segments,
  this.viewId,
});