GoogleCloudRecaptchaenterpriseV1ChallengeRule constructor

GoogleCloudRecaptchaenterpriseV1ChallengeRule({
  1. GoogleCloudRecaptchaenterpriseV1ChallengeRuleChallengeOutcome? challenge,
  2. String? condition,
  3. GoogleCloudRecaptchaenterpriseV1ChallengeRuleNoChallengeOutcome? noChallenge,
})

Implementation

GoogleCloudRecaptchaenterpriseV1ChallengeRule({
  this.challenge,
  this.condition,
  this.noChallenge,
});