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

ProjectsLocationsAppsDeleteOptions

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

Additional options for ces#projectsLocationsAppsDelete.

interface ProjectsLocationsAppsDeleteOptions {
etag?: string;
}

§Properties

§
etag?: string
[src]

Optional. The current etag of the app. 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, deletion will be blocked and an ABORTED error will be returned.