Rule Group Rule Group Rules Source Stateless Rules And Custom Actions
data class RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActions(val customActions: List<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomAction>? = null, val statelessRules: List<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRule>)
Constructors
Link copied to clipboard
constructor(customActions: List<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomAction>? = null, statelessRules: List<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRule>)
Properties
Link copied to clipboard
val customActions: List<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomAction>? = null
Set of configuration blocks containing custom action definitions that are available for use by the set of stateless rule
. See Custom Action below for details.
Link copied to clipboard
Set of configuration blocks containing the stateless rules for use in the stateless rule group. See Stateless Rule below for details.