GoogleCloudRecaptchaenterpriseV1EndpointVerificationInfo constructor

GoogleCloudRecaptchaenterpriseV1EndpointVerificationInfo({
  1. String? emailAddress,
  2. String? lastVerificationTime,
  3. String? phoneNumber,
  4. String? requestToken,
})

Implementation

GoogleCloudRecaptchaenterpriseV1EndpointVerificationInfo({
  this.emailAddress,
  this.lastVerificationTime,
  this.phoneNumber,
  this.requestToken,
});