condition property

Expr? condition
getter/setter pair

Common Expression Language (CEL) condition that defines the matching criteria for this assignment.

The condition must resolve to a boolean value. Supported variables will be added later.

Optional.

Implementation

Expr? condition;