ListSubscribedRuleGroupsResponse constructor

ListSubscribedRuleGroupsResponse({
  1. String? nextMarker,
  2. List<SubscribedRuleGroupSummary>? ruleGroups,
})

Implementation

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