MediationReportSpecDimensionFilter class
Describes which report rows to match based on their dimension values.
Constructors
- MediationReportSpecDimensionFilter({String? dimension, StringList? matchesAny})
- MediationReportSpecDimensionFilter.fromJson(Map json_)
Properties
- dimension ↔ String?
- 
  Applies the filter criterion to the specified dimension.
Possible string values are:
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- matchesAny ↔ StringList?
- 
  Matches a row if its value for the specified dimension is in one of the
values specified in this condition.
  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