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

ListTopicSubscriptionsResponse

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

Response for the ListTopicSubscriptions method.

interface ListTopicSubscriptionsResponse {
nextPageToken?: string;
subscriptions?: string[];
}

§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 ListTopicSubscriptionsRequest to get more subscriptions.

§
subscriptions?: string[]
[src]

Optional. The names of subscriptions attached to the topic specified in the request.