RuleGroupResponse

data class RuleGroupResponse(val referenceSets: ReferenceSetsResponse? = null, val ruleVariables: RuleVariablesResponse? = null, val rulesSource: RulesSourceResponse? = null, val statefulRuleOptions: StatefulRuleOptionsResponse? = null)

Definition of RuleGroup

Constructors

Link copied to clipboard
constructor(referenceSets: ReferenceSetsResponse? = null, ruleVariables: RuleVariablesResponse? = null, rulesSource: RulesSourceResponse? = null, statefulRuleOptions: StatefulRuleOptionsResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Property referenceSets

Link copied to clipboard

Property rulesSource

Link copied to clipboard

Property ruleVariables

Link copied to clipboard

Property statefulRuleOptions