ApiDimensionFilter class
A filter test to be applied to each row in the data set, where a match can return the row.
Filters are string comparisons, and values and dimension names are not case-sensitive. Individual filters are either AND'ed or OR'ed within their parent filter group, according to the group's group type. You do not need to group by a specified dimension to filter against it.
Constructors
- ApiDimensionFilter({String? dimension, String? expression, String? operator})
- ApiDimensionFilter.fromJson(Map json_)
Properties
- dimension ↔ String?
-
Possible string values are:
getter/setter pair
- expression ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- operator ↔ String?
-
Possible string values are:
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