ListRuleGroupsResponse constructor
ListRuleGroupsResponse({
- String? nextMarker,
- List<
RuleGroupSummary> ? ruleGroups,
Implementation
ListRuleGroupsResponse({
this.nextMarker,
this.ruleGroups,
});