ProjectsLocationsNotesCreateOptions
import type { ProjectsLocationsNotesCreateOptions } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";
Additional options for ContainerAnalysis#projectsLocationsNotesCreate.
interface ProjectsLocationsNotesCreateOptions {
noteId?: string;
}