CreateTopicRuleDestinationResponse constructor

CreateTopicRuleDestinationResponse({
  1. TopicRuleDestination? topicRuleDestination,
})

Implementation

CreateTopicRuleDestinationResponse({
  this.topicRuleDestination,
});