Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 964 Bytes

NewRuleset.md

File metadata and controls

14 lines (10 loc) · 964 Bytes

NewRuleset

Properties

Name Type Description Notes
rules list[Rule] Set of rules to apply.
strikethrough_rules 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.
rb_version str 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]