Class ListSubscriptionsResponse (2.1.0)

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

Response for the ListSubscriptions method.

Attributes

NameDescription
subscriptions Sequence[.pubsub.Subscription]
The subscriptions that match 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 ListSubscriptionsRequest to get more subscriptions.