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

ProjectsLocationsEnrollmentsDeleteOptions

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

Additional options for Eventarc#projectsLocationsEnrollmentsDelete.

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

§Properties

§
allowMissing?: boolean
[src]

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

§
etag?: string
[src]

Optional. If provided, the Enrollment 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.