Rule Group
data class RuleGroup(val referenceSets: RuleGroupReferenceSets? = null, val ruleVariables: RuleGroupRuleVariables? = null, val rulesSource: RuleGroupRulesSource, val statefulRuleOptions: RuleGroupStatefulRuleOptions? = null)
Constructors
Link copied to clipboard
fun RuleGroup(referenceSets: RuleGroupReferenceSets? = null, ruleVariables: RuleGroupRuleVariables? = null, rulesSource: RuleGroupRulesSource, statefulRuleOptions: RuleGroupStatefulRuleOptions? = null)