GoogleCloudRecaptchaenterpriseV1ClientSettings constructor

GoogleCloudRecaptchaenterpriseV1ClientSettings({
  1. bool? allowAllDomains,
  2. List<String>? allowedDomains,
  3. GoogleCloudRecaptchaenterpriseV1ProtectedEndpointGroup? protectedEndpointGroup,
})

Implementation

GoogleCloudRecaptchaenterpriseV1ClientSettings({
  this.allowAllDomains,
  this.allowedDomains,
  this.protectedEndpointGroup,
});