ManagedRuleGroupSummary constructor

ManagedRuleGroupSummary({
  1. String? description,
  2. String? name,
  3. String? vendorName,
})

Implementation

ManagedRuleGroupSummary({
  this.description,
  this.name,
  this.vendorName,
});