Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListSubscriptionsResponse

import type { ListSubscriptionsResponse } from "https://googleapis.deno.dev/v1/pubsub:v1.ts";

Response for the ListSubscriptions method.

interface ListSubscriptionsResponse {
nextPageToken?: string;
subscriptions?: Subscription[];
}

§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.