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;
}