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

ProjectsLocationsAppsVersionsDeleteOptions

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

Additional options for ces#projectsLocationsAppsVersionsDelete.

interface ProjectsLocationsAppsVersionsDeleteOptions {
etag?: string;
}

§Properties

§
etag?: string
[src]

Optional. The current etag of the app version. If an etag is not provided, the deletion will overwrite any concurrent changes. If an etag is provided and does not match the current etag of the app version, deletion will be blocked and an ABORTED error will be returned.