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

ListNoteOccurrencesResponse

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

Response for listing occurrences for a note.

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

§Properties

§
nextPageToken?: string
[src]

Token to provide to skip to a particular spot in the list.

§
occurrences?: Occurrence[]
[src]

The occurrences attached to the specified note.