GoogleCloudRecaptchaenterpriseV1FirewallPolicy constructor

GoogleCloudRecaptchaenterpriseV1FirewallPolicy({
  1. List<GoogleCloudRecaptchaenterpriseV1FirewallAction>? actions,
  2. String? condition,
  3. String? description,
  4. String? name,
  5. String? path,
})

Implementation

GoogleCloudRecaptchaenterpriseV1FirewallPolicy({
  this.actions,
  this.condition,
  this.description,
  this.name,
  this.path,
});