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

ProjectsSchemasGetOptions

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

Additional options for pubsub#projectsSchemasGet.

interface ProjectsSchemasGetOptions {
view?: "SCHEMA_VIEW_UNSPECIFIED" | "BASIC" | "FULL";
}

§Properties

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

The set of fields to return in the response. If not set, returns a Schema with all fields filled out. Set to BASIC to omit the definition.