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

ProjectsLocationsAppsExamplesDeleteOptions

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

Additional options for ces#projectsLocationsAppsExamplesDelete.

interface ProjectsLocationsAppsExamplesDeleteOptions {
etag?: string;
}

§Properties

§
etag?: string
[src]

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