CreateRuleGroupResponse constructor

CreateRuleGroupResponse({
  1. RuleGroupSummary? summary,
})

Implementation

CreateRuleGroupResponse({
  this.summary,
});