RuleGroupSummary constructor

RuleGroupSummary({
  1. String? arn,
  2. String? description,
  3. String? id,
  4. String? lockToken,
  5. String? name,
})

Implementation

RuleGroupSummary({
  this.arn,
  this.description,
  this.id,
  this.lockToken,
  this.name,
});