Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.34 KB

Ruleset.md

File metadata and controls

22 lines (15 loc) · 1.34 KB

Ruleset

Properties

Name Type Description Notes
id Integer Internal ID of this entity.
created OffsetDateTime The time this entity was created.
userId Integer The ID of the user associated with this entity.
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 Boolean Indicates whether this created ruleset should be activated for the campaign that owns it. [optional]
campaignId Integer The ID of the campaign that owns this entity. [optional]
templateId Integer The ID of the campaign template that owns this entity. [optional]
activatedAt OffsetDateTime Timestamp indicating when this Ruleset was activated. [optional]