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

ProjectsLocationsServicesRevisionsDeleteOptions

import type { ProjectsLocationsServicesRevisionsDeleteOptions } from "https://googleapis.deno.dev/v1/run:v2.ts";

Additional options for Run#projectsLocationsServicesRevisionsDelete.

interface ProjectsLocationsServicesRevisionsDeleteOptions {
etag?: string;
validateOnly?: boolean;
}

§Properties

§
etag?: string
[src]

A system-generated fingerprint for this version of the resource. This may be used to detect modification conflict during updates.

§
validateOnly?: boolean
[src]

Indicates that the request should be validated without actually deleting any resources.