GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo constructor

GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo({
  1. List<GoogleCloudRecaptchaenterpriseV1EndpointVerificationInfo>? endpoints,
  2. String? languageCode,
  3. String? latestVerificationResult,
  4. String? username,
})

Implementation

GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo({
  this.endpoints,
  this.languageCode,
  this.latestVerificationResult,
  this.username,
});