Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 997 Bytes

NewRuleset.md

File metadata and controls

13 lines (10 loc) · 997 Bytes

TalonOne.Model.NewRuleset

Properties

Name Type Description Notes
Rules List<Rule> Set of rules to apply.
StrikethroughRules List<Rule> Set of rules to apply for strikethrough. [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.
RbVersion string The version of the rulebuilder used to create this ruleset. [optional]
Activate bool Indicates whether this created ruleset should be activated for the campaign that owns it. [optional]

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