WafExcludedRule constructor

WafExcludedRule({
  1. String? ruleId,
})

Implementation

WafExcludedRule({
  this.ruleId,
});