when property

String? when
getter/setter pair

CEL expression that describes the conditions to be satisfied for the action.

The result of the CEL expression is ANDed with the from and to. Refer to the CEL language reference for a list of available attributes.

Optional.

Implementation

core.String? when;