GoogleCloudRecaptchaenterpriseV1RiskAnalysis constructor

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

Implementation

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