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

ListOccurrencesResponse

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

Response for listing occurrences.

interface ListOccurrencesResponse {
nextPageToken?: string;
occurrences?: Occurrence[];
}

§Properties

§
nextPageToken?: string
[src]

The next pagination token in the list response. It should be used as page_token for the following request. An empty value means no more results.

§
occurrences?: Occurrence[]
[src]

The occurrences requested.