Class ListTopicSubscriptionsResponse (2.5.0)

ListTopicSubscriptionsResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Response for the ListTopicSubscriptions method.

Attributes

NameDescription
subscriptions Sequence[str]
The names of subscriptions attached to the topic specified in the request.
next_page_token str
If not empty, indicates that there may be more subscriptions that match the request; this value should be passed in a new ListTopicSubscriptionsRequest to get more subscriptions.