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

ListSchemaRevisionsResponse

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

Response for the ListSchemaRevisions method.

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

§Properties

§
nextPageToken?: string
[src]

A token that can be sent as page_token to retrieve the next page. If this field is empty, there are no subsequent pages.

§
schemas?: Schema[]
[src]

The revisions of the schema.