condition property
A optional CEL expression to be evaluated as a boolean value.
Once evaluated as true, then we will proceed with the value evaluation. An empty condition will be auto evaluated as true.
Implementation
core.String? condition;
A optional CEL expression to be evaluated as a boolean value.
Once evaluated as true, then we will proceed with the value evaluation. An empty condition will be auto evaluated as true.
core.String? condition;