ReportRequest constructor
ReportRequest({
- CohortGroup? cohortGroup,
- List<
DateRange> ? dateRanges, - List<
DimensionFilterClause> ? dimensionFilterClauses, - List<
Dimension> ? dimensions, - String? filtersExpression,
- bool? hideTotals,
- bool? hideValueRanges,
- bool? includeEmptyRows,
- List<
MetricFilterClause> ? metricFilterClauses, - List<
Metric> ? metrics, - List<
OrderBy> ? orderBys, - int? pageSize,
- String? pageToken,
- List<
Pivot> ? pivots, - String? samplingLevel,
- List<
Segment> ? segments, - 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,
});