AbortProcessing | str | contains a string, which decides whether subsequent conditions should be evaluated if this conditions evaluates to true | |
FlagConditionIndex | int | The index of the FlagCondition within the FlagRuleSet indicated by FlagRuleSetIndex | |
LeftSide | Instance | Left side of an evaluated condition is always an instance (never a literal value) | |
Operator | str | An operator to be applied on the left side can be unary or binary | |
RightSide | EvaluatedRightSide | Operator might be unary - no right side. In case of a binary operator, the right hand side is either a literal value or an item instance. | |