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

BatchCreateNotesResponse

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

Response for creating notes in batch.

interface BatchCreateNotesResponse {
notes?: Note[];
}

§Properties

§
notes?: Note[]
[src]

The notes that were created.