GoogleCloudRecaptchaenterpriseV1FirewallAction constructor
GoogleCloudRecaptchaenterpriseV1FirewallAction({
- GoogleCloudRecaptchaenterpriseV1FirewallActionAllowAction? allow,
- GoogleCloudRecaptchaenterpriseV1FirewallActionBlockAction? block,
- GoogleCloudRecaptchaenterpriseV1FirewallActionIncludeRecaptchaScriptAction? includeRecaptchaScript,
- GoogleCloudRecaptchaenterpriseV1FirewallActionRedirectAction? redirect,
- GoogleCloudRecaptchaenterpriseV1FirewallActionSetHeaderAction? setHeader,
- GoogleCloudRecaptchaenterpriseV1FirewallActionSubstituteAction? substitute,
Implementation
GoogleCloudRecaptchaenterpriseV1FirewallAction({
this.allow,
this.block,
this.includeRecaptchaScript,
this.redirect,
this.setHeader,
this.substitute,
});