GoogleCloudRecaptchaenterpriseV1ChallengeMetrics constructor

GoogleCloudRecaptchaenterpriseV1ChallengeMetrics({
  1. String? failedCount,
  2. String? nocaptchaCount,
  3. String? pageloadCount,
  4. String? passedCount,
})

Implementation

GoogleCloudRecaptchaenterpriseV1ChallengeMetrics({
  this.failedCount,
  this.nocaptchaCount,
  this.pageloadCount,
  this.passedCount,
});