actionCondition property
Conditions that decide why a task failure is dealt with a specific action.
Implementation
@$pb.TagNumber(2)
LifecyclePolicy_ActionCondition get actionCondition => $_getN(1);
Implementation
@$pb.TagNumber(2)
set actionCondition(LifecyclePolicy_ActionCondition v) {
setField(2, v);
}