ListTopicRulesResponse constructor
ListTopicRulesResponse({
- String? nextToken,
- List<
TopicRuleListItem> ? rules,
Implementation
ListTopicRulesResponse({
this.nextToken,
this.rules,
});