GoogleCloudRecaptchaenterpriseV1TestingOptions constructor

GoogleCloudRecaptchaenterpriseV1TestingOptions({
  1. String? testingChallenge,
  2. double? testingScore,
})

Implementation

GoogleCloudRecaptchaenterpriseV1TestingOptions({
  this.testingChallenge,
  this.testingScore,
});