ProjectsLocationsGoogleApiSourcesDeleteOptions
import type { ProjectsLocationsGoogleApiSourcesDeleteOptions } from "https://googleapis.deno.dev/v1/eventarc:v1.ts";
Additional options for Eventarc#projectsLocationsGoogleApiSourcesDelete.
interface ProjectsLocationsGoogleApiSourcesDeleteOptions {
allowMissing?: boolean;
etag?: string;
validateOnly?: boolean;
}