StatelessRuleGroup constructor

StatelessRuleGroup({
  1. int? priority,
  2. String? resourceId,
  3. String? ruleGroupName,
})

Implementation

StatelessRuleGroup({
  this.priority,
  this.resourceId,
  this.ruleGroupName,
});