ReportPathCriteria constructor

ReportPathCriteria({
  1. List<DimensionValue>? activityFilters,
  2. ChannelGrouping? customChannelGrouping,
  3. DateRange? dateRange,
  4. List<SortedDimension>? dimensions,
  5. DimensionValue? floodlightConfigId,
  6. List<String>? metricNames,
  7. List<PathFilter>? pathFilters,
})

Implementation

ReportPathCriteria({
  this.activityFilters,
  this.customChannelGrouping,
  this.dateRange,
  this.dimensions,
  this.floodlightConfigId,
  this.metricNames,
  this.pathFilters,
});