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

BatchCreateOccurrencesRequest

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

Request to create occurrences in batch.

interface BatchCreateOccurrencesRequest {
occurrences?: Occurrence[];
}

§Properties

§
occurrences?: Occurrence[]
[src]

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