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

ProjectsLocationsTriggersDeleteOptions

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

Additional options for Eventarc#projectsLocationsTriggersDelete.

interface ProjectsLocationsTriggersDeleteOptions {
allowMissing?: boolean;
etag?: string;
validateOnly?: boolean;
}

§Properties

§
allowMissing?: boolean
[src]

If set to true, and the trigger is not found, the request will succeed but no action will be taken on the server.

§
etag?: string
[src]

If provided, the trigger will only be deleted if the etag matches the current etag on the resource.

§
validateOnly?: boolean
[src]

Optional. If set, validate the request and preview the review, but do not post it.