TopicRuleListItem constructor

TopicRuleListItem({
  1. DateTime? createdAt,
  2. String? ruleArn,
  3. bool? ruleDisabled,
  4. String? ruleName,
  5. String? topicPattern,
})

Implementation

TopicRuleListItem({
  this.createdAt,
  this.ruleArn,
  this.ruleDisabled,
  this.ruleName,
  this.topicPattern,
});