RulesEngineRule

data class RulesEngineRule(val action: RulesEngineRuleAction? = null, val matchConditions: List<RulesEngineRuleMatchCondition>? = null, val name: String, val priority: Int)

Constructors

Link copied to clipboard
constructor(action: RulesEngineRuleAction? = null, matchConditions: List<RulesEngineRuleMatchCondition>? = null, name: String, priority: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An action block as defined below.

Link copied to clipboard

One or more match_condition block as defined below.

Link copied to clipboard

The name of the rule.

Link copied to clipboard

Priority of the rule, must be unique per rules engine definition.