Name | Type | Description | Notes |
---|---|---|---|
Id | Guid | A unique identifier for the rule. | [optional] |
ParentId | Guid | The ID of the rule that was copied to create this rule. | [optional] |
Title | string | A short description of the rule. | |
Description | string | A longer, more detailed description of the rule. | [optional] |
Bindings | List<Binding> | An array that provides objects with variable names (name) and talang expressions to whose result they are bound (expression) during rule evaluation. The order of the evaluation is decided by the position in the array. | [optional] |
Condition | List<Object> | A Talang expression that will be evaluated in the context of the given event. | |
Effects | List<Object> | An array of effectful Talang expressions in arrays that will be evaluated when a rule matches. |