SegmentDimensionFilter class

Dimension filter specifies the filtering options on a dimension.

Constructors

SegmentDimensionFilter({bool? caseSensitive, String? dimensionName, List<String>? expressions, String? maxComparisonValue, String? minComparisonValue, String? operator})
SegmentDimensionFilter.fromJson(Map json_)

Properties

caseSensitive bool?
Should the match be case sensitive, ignored for IN_LIST operator.
getter/setter pair
dimensionName String?
Name of the dimension for which the filter is being applied.
getter/setter pair
expressions List<String>?
The list of expressions, only the first element is used for all operators
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxComparisonValue String?
Maximum comparison values for BETWEEN match type.
getter/setter pair
minComparisonValue String?
Minimum comparison values for BETWEEN match type.
getter/setter pair
operator String?
The operator to use to match the dimension with the expressions. 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