ListSubscriptionsResponse
import type { ListSubscriptionsResponse } from "https://googleapis.deno.dev/v1/pubsub:v1.ts";Response for the ListSubscriptions method.
§Properties
§
nextPageToken?: string
[src]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.
§
subscriptions?: Subscription[]
[src]Optional. The subscriptions that match the request.