GetTopicRuleDestinationResponse constructor

GetTopicRuleDestinationResponse({
  1. TopicRuleDestination? topicRuleDestination,
})

Implementation

GetTopicRuleDestinationResponse({
  this.topicRuleDestination,
});