GoogleCloudRecaptchaenterpriseV1RiskAnalysis constructor

GoogleCloudRecaptchaenterpriseV1RiskAnalysis({
  1. List<String>? extendedVerdictReasons,
  2. List<String>? reasons,
  3. double? score,
})

Implementation

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