Class ListSubscriptionsResponse (2.21.1)

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

Response for the ListSubscriptions method.

Attributes

NameDescription
subscriptions :noindex: MutableSequence[google.pubsub_v1.types.Subscription]
Optional. The subscriptions that match 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 ListSubscriptionsRequest to get more subscriptions.