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

CommitSchemaRequest

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

Request for CommitSchema method.

interface CommitSchemaRequest {
schema?: Schema;
}

§Properties

§
schema?: Schema
[src]

Required. The schema revision to commit.