GoogleCloudRecaptchaenterpriseV1WebKeySettings constructor

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

Implementation

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