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

ProjectsLocationsNotesOccurrencesListOptions

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

Additional options for ContainerAnalysis#projectsLocationsNotesOccurrencesList.

interface ProjectsLocationsNotesOccurrencesListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

The filter expression.

§
pageSize?: number
[src]

Number of occurrences to return in the list.

§
pageToken?: string
[src]

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