Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.5 KB

Ruleset.md

File metadata and controls

21 lines (16 loc) · 1.5 KB

# Ruleset

Properties

Name Type Description Notes
id int Internal ID of this entity.
created \DateTime The time this entity was created.
userId int The ID of the user associated with this entity.
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]
campaignId int The ID of the campaign that owns this entity. [optional]
templateId int The ID of the campaign template that owns this entity. [optional]
activatedAt \DateTime Timestamp indicating when this Ruleset was activated. [optional]

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