Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.13 KB

Rule.md

File metadata and controls

15 lines (12 loc) · 1.13 KB

TalonOne.Model.Rule

Properties

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.

[Back to Model list] [Back to API list] [Back to README]