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

BatchCreateNotesRequest

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

Request to create notes in batch.

interface BatchCreateNotesRequest {
notes?: {
[key: string]: Note;
}
;
}

§Properties

§
notes?: {
[key: string]: Note;
}
[src]

Required. The notes to create. Max allowed length is 1000.