GoogleCloudRecaptchaenterpriseV1SmsTollFraudVerdict constructor

GoogleCloudRecaptchaenterpriseV1SmsTollFraudVerdict({
  1. List<String>? reasons,
  2. double? risk,
})

Implementation

GoogleCloudRecaptchaenterpriseV1SmsTollFraudVerdict({
  this.reasons,
  this.risk,
});