GoogleCloudRecaptchaenterpriseV1WebKeySettings constructor

GoogleCloudRecaptchaenterpriseV1WebKeySettings({
  1. bool? allowAllDomains,
  2. bool? allowAmpTraffic,
  3. List<String>? allowedDomains,
  4. String? challengeSecurityPreference,
  5. String? integrationType,
})

Implementation

GoogleCloudRecaptchaenterpriseV1WebKeySettings({
  this.allowAllDomains,
  this.allowAmpTraffic,
  this.allowedDomains,
  this.challengeSecurityPreference,
  this.integrationType,
});