GoogleCloudRecaptchaenterpriseV1TokenProperties constructor

GoogleCloudRecaptchaenterpriseV1TokenProperties({
  1. String? action,
  2. String? androidPackageName,
  3. String? createTime,
  4. String? hostname,
  5. String? invalidReason,
  6. String? iosBundleId,
  7. bool? valid,
})

Implementation

GoogleCloudRecaptchaenterpriseV1TokenProperties({
  this.action,
  this.androidPackageName,
  this.createTime,
  this.hostname,
  this.invalidReason,
  this.iosBundleId,
  this.valid,
});