disjunctiveMatchStatements property

List<DisjunctiveMatchStatement>? disjunctiveMatchStatements
getter/setter pair

DisjunctiveMatchStatements within a Rule.

DisjunctiveMatchStatement OR's all contained filters.

Implementation

core.List<DisjunctiveMatchStatement>? disjunctiveMatchStatements;