Rules Engine Rule
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)