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

ProjectsSchemasDeleteRevisionOptions

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

Additional options for pubsub#projectsSchemasDeleteRevision.

interface ProjectsSchemasDeleteRevisionOptions {
revisionId?: string;
}

§Properties

§
revisionId?: string
[src]

Optional. This field is deprecated and should not be used for specifying the revision ID. The revision ID should be specified via the name parameter.