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

ListTopicsResponse

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

Response for the ListTopics method.

interface ListTopicsResponse {
nextPageToken?: string;
topics?: Topic[];
}

§Properties

§
nextPageToken?: string
[src]

Optional. If not empty, indicates that there may be more topics that match the request; this value should be passed in a new ListTopicsRequest.

§
topics?: Topic[]
[src]

Optional. The resulting topics.