RuleGroupRuleAction

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard