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

ListSchemasResponse

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

Response for the ListSchemas method.

interface ListSchemasResponse {
nextPageToken?: string;
schemas?: Schema[];
}

§Properties

§
nextPageToken?: string
[src]

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

§
schemas?: Schema[]
[src]

The resulting schemas.