Rule Group Rule Action
data class RuleGroupRuleAction(val allow: RuleGroupAllowAction? = null, val block: RuleGroupBlockAction? = null, val captcha: RuleGroupCaptchaAction? = null, val challenge: RuleGroupChallengeAction? = null, val count: RuleGroupCountAction? = null)
Action taken when Rule matches its condition.
Constructors
Link copied to clipboard
fun RuleGroupRuleAction(allow: RuleGroupAllowAction? = null, block: RuleGroupBlockAction? = null, captcha: RuleGroupCaptchaAction? = null, challenge: RuleGroupChallengeAction? = null, count: RuleGroupCountAction? = null)