GoogleCloudRecaptchaenterpriseV1ChallengeRule constructor
GoogleCloudRecaptchaenterpriseV1ChallengeRule({
- GoogleCloudRecaptchaenterpriseV1ChallengeRuleChallengeOutcome? challenge,
- String? condition,
- GoogleCloudRecaptchaenterpriseV1ChallengeRuleNoChallengeOutcome? noChallenge,
Implementation
GoogleCloudRecaptchaenterpriseV1ChallengeRule({
this.challenge,
this.condition,
this.noChallenge,
});