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