RuleGroupRulesSource

data class RuleGroupRulesSource(val rulesSourceList: RuleGroupRulesSourceList? = null, val rulesString: String? = null, val statefulRules: List<RuleGroupStatefulRule>? = null, val statelessRulesAndCustomActions: RuleGroupStatelessRulesAndCustomActions? = null)

Constructors

Link copied to clipboard
fun RuleGroupRulesSource(rulesSourceList: RuleGroupRulesSourceList? = null, rulesString: String? = null, statefulRules: List<RuleGroupStatefulRule>? = null, statelessRulesAndCustomActions: RuleGroupStatelessRulesAndCustomActions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val rulesString: String? = null
Link copied to clipboard