GoogleCloudRecaptchaenterpriseV1RiskAnalysis constructor

GoogleCloudRecaptchaenterpriseV1RiskAnalysis({
  1. String? challenge,
  2. List<String>? extendedVerdictReasons,
  3. String? lastChallengeType,
  4. List<String>? reasons,
  5. double? score,
  6. List<GoogleCloudRecaptchaenterpriseV1Bot>? verifiedBots,
})

Implementation

GoogleCloudRecaptchaenterpriseV1RiskAnalysis({
  this.challenge,
  this.extendedVerdictReasons,
  this.lastChallengeType,
  this.reasons,
  this.score,
  this.verifiedBots,
});