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

ProjectsNotesCreateOptions

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

Additional options for ContainerAnalysis#projectsNotesCreate.

interface ProjectsNotesCreateOptions {
noteId?: string;
}

§Properties

§
noteId?: string
[src]

Required. The ID to use for this note.