segmentFilters property

List<SegmentFilter>? segmentFilters
getter/setter pair

A segment is defined by a set of segment filters which are combined together with a logical AND operation.

Implementation

core.List<SegmentFilter>? segmentFilters;