ListRuleGroupsResponse constructor

ListRuleGroupsResponse({
  1. String? nextMarker,
  2. List<RuleGroupSummary>? ruleGroups,
})

Implementation

ListRuleGroupsResponse({
  this.nextMarker,
  this.ruleGroups,
});