RuleGroupCaptchaActionArgs

data class RuleGroupCaptchaActionArgs(val customRequestHandling: Output<RuleGroupCustomRequestHandlingArgs>? = null) : ConvertibleToJava<RuleGroupCaptchaActionArgs>

Checks valid token exists with request.

Constructors

Link copied to clipboard
fun RuleGroupCaptchaActionArgs(customRequestHandling: Output<RuleGroupCustomRequestHandlingArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): RuleGroupCaptchaActionArgs

Properties