Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.01 KB

NewRuleset.md

File metadata and controls

15 lines (10 loc) · 1.01 KB

# NewRuleset

Properties

Name Type Description Notes
rules \TalonOne\Client\Model\Rule[] Set of rules to apply.
strikethroughRules \TalonOne\Client\Model\Rule[] Set of rules to apply for strikethrough. [optional]
bindings \TalonOne\Client\Model\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]