negation property Null safety

bool? negation
read / write

Whether to negate the comparison result of this term during rule evaluation.

This field is only relevant when type is left unset or set to CUSTOM_VARIABLE_TERM or REFERRER_TERM.

Implementation

core.bool? negation;