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

ProjectsSchemasListRevisionsOptions

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

Additional options for pubsub#projectsSchemasListRevisions.

interface ProjectsSchemasListRevisionsOptions {
pageSize?: number;
pageToken?: string;
view?: "SCHEMA_VIEW_UNSPECIFIED" | "BASIC" | "FULL";
}

§Properties

§
pageSize?: number
[src]

The maximum number of revisions to return per page.

§
pageToken?: string
[src]

The page token, received from a previous ListSchemaRevisions call. Provide this to retrieve the subsequent page.

§
view?: "SCHEMA_VIEW_UNSPECIFIED" | "BASIC" | "FULL"
[src]

The set of Schema fields to return in the response. If not set, returns Schemas with name and type, but not definition. Set to FULL to retrieve all fields.