ListTopicRulesResponse constructor

ListTopicRulesResponse({
  1. String? nextToken,
  2. List<TopicRuleListItem>? rules,
})

Implementation

ListTopicRulesResponse({
  this.nextToken,
  this.rules,
});