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

BatchCreateOccurrencesResponse

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

Response for creating occurrences in batch.

interface BatchCreateOccurrencesResponse {
occurrences?: Occurrence[];
}

§Properties

§
occurrences?: Occurrence[]
[src]

The occurrences that were created.