ProjectsLocationsGoogleApiSourcesCreateOptions
import type { ProjectsLocationsGoogleApiSourcesCreateOptions } from "https://googleapis.deno.dev/v1/eventarc:v1.ts";
Additional options for Eventarc#projectsLocationsGoogleApiSourcesCreate.
interface ProjectsLocationsGoogleApiSourcesCreateOptions {
googleApiSourceId?: string;
validateOnly?: boolean;
}