GoogleCloudRecaptchaenterpriseV1TransactionDataUser constructor

GoogleCloudRecaptchaenterpriseV1TransactionDataUser({
  1. String? accountId,
  2. String? creationMs,
  3. String? email,
  4. bool? emailVerified,
  5. String? phoneNumber,
  6. bool? phoneVerified,
})

Implementation

GoogleCloudRecaptchaenterpriseV1TransactionDataUser({
  this.accountId,
  this.creationMs,
  this.email,
  this.emailVerified,
  this.phoneNumber,
  this.phoneVerified,
});