PathFilter class Null safety
Path filters specify which paths to include in a report.
A path is the result of combining DV360 events based on User ID to create a workflow of users' actions. When a path filter is set, the resulting report will only include paths that match the specified event at the specified position. All other paths will be excluded.
Constructors
-
PathFilter({List<
EventFilter> ? eventFilters, String? pathMatchPosition}) - PathFilter.fromJson(Map json_)
Properties
-
eventFilters
↔ List<
EventFilter> ? -
Filter on an event to be applied to some part of the path.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- pathMatchPosition ↔ String?
-
Indicates the position of the path the filter should match to (first,
last, or any event in path).
Possible string values are:
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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