GoogleCloudRecaptchaenterpriseV1TransactionDataAddress constructor

GoogleCloudRecaptchaenterpriseV1TransactionDataAddress({
  1. List<String>? address,
  2. String? administrativeArea,
  3. String? locality,
  4. String? postalCode,
  5. String? recipient,
  6. String? regionCode,
})

Implementation

GoogleCloudRecaptchaenterpriseV1TransactionDataAddress({
  this.address,
  this.administrativeArea,
  this.locality,
  this.postalCode,
  this.recipient,
  this.regionCode,
});