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

ProjectsLocationsAppsDeploymentsDeleteOptions

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

Additional options for ces#projectsLocationsAppsDeploymentsDelete.

interface ProjectsLocationsAppsDeploymentsDeleteOptions {
etag?: string;
}

§Properties

§
etag?: string
[src]

Optional. The etag of the deployment. If an etag is provided and does not match the current etag of the deployment, deletion will be blocked and an ABORTED error will be returned.