ListOccurrencesResponse
import type { ListOccurrencesResponse } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";
Response for listing occurrences.
interface ListOccurrencesResponse {
nextPageToken?: string;
occurrences?: Occurrence[];
unreachable?: string[];
}