SegmentFilter class
SegmentFilter defines the segment to be either a simple or a sequence segment.
A simple segment condition contains dimension and metric conditions to select the sessions or users. A sequence segment condition can be used to select users or sessions based on sequential conditions.
Constructors
- SegmentFilter({bool? not, SequenceSegment? sequenceSegment, SimpleSegment? simpleSegment})
- SegmentFilter.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- not ↔ bool?
-
If true, match the complement of simple or sequence segment.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sequenceSegment ↔ SequenceSegment?
-
Sequence conditions consist of one or more steps, where each step is
defined by one or more dimension/metric conditions.
getter/setter pair
- simpleSegment ↔ SimpleSegment?
-
A Simple segment conditions consist of one or more dimension/metric
conditions that can be combined
getter/setter pair
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