ReportReachCriteria class
The report criteria for a report of type "REACH".
Constructors
- 
          ReportReachCriteria({Activities? activities, CustomRichMediaEvents? customRichMediaEvents, DateRange? dateRange, List<
DimensionValue> ? dimensionFilters, List<SortedDimension> ? dimensions, bool? enableAllDimensionCombinations, List<String> ? metricNames, List<String> ? reachByFrequencyMetricNames}) - ReportReachCriteria.fromJson(Map json_)
 
Properties
- activities ↔ Activities?
 - 
  Activity group.
  getter/setter pair
 - customRichMediaEvents ↔ CustomRichMediaEvents?
 - 
  Custom Rich Media Events group.
  getter/setter pair
 - dateRange ↔ DateRange?
 - 
  The date range this report should be run for.
  getter/setter pair
 - 
  dimensionFilters
  ↔ List<
DimensionValue> ? - 
  The list of filters on which dimensions are filtered.
  getter/setter pair
 - 
  dimensions
  ↔ List<
SortedDimension> ? - 
  The list of dimensions the report should include.
  getter/setter pair
 - enableAllDimensionCombinations ↔ bool?
 - 
  Whether to enable all reach dimension combinations in the report.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - 
  metricNames
  ↔ List<
String> ? - 
  The list of names of metrics the report should include.
  getter/setter pair
 - 
  reachByFrequencyMetricNames
  ↔ List<
String> ? - 
  The list of names of Reach By Frequency metrics the report should include.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited