Class ListTopicSubscriptionsResponse (2.19.8)

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

Response for the ListTopicSubscriptions method.

Attributes

NameDescription
subscriptions :noindex: MutableSequence[str]
Optional. The names of subscriptions attached to the topic specified in the request.
next_page_token :noindex: str
Optional. 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.