Interface protos.google.pubsub.v1.IListTopicSubscriptionsResponse (2.13.0)

Properties of a ListTopicSubscriptionsResponse.

Package

@google-cloud/pubsub!

Properties

nextPageToken

nextPageToken?: (string|null);

ListTopicSubscriptionsResponse nextPageToken

Property Value
TypeDescription
(string|null)

subscriptions

subscriptions?: (string[]|null);

ListTopicSubscriptionsResponse subscriptions

Property Value
TypeDescription
(string[]|null)