pub type ListTopicSubscriptionsResponse = ListTopicSubscriptionsResponse;Expand description
ListTopicSubscriptionsResponse is the message including the list of the subscribing topics.
Aliased Type§
pub struct ListTopicSubscriptionsResponse {
pub subscriptions: Vec<TopicSubscription>,
}Fields§
§subscriptions: Vec<TopicSubscription>The list of topics.