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

ListNotesResponse

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

Response for listing notes.

interface ListNotesResponse {
nextPageToken?: string;
notes?: Note[];
unreachable?: string[];
}

§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.

§
notes?: Note[]
[src]

The notes requested.

§
unreachable?: string[]
[src]

Unordered list. Unreachable regions. Populated for requests from the global region when return_partial_success is set. Format: projects//locations/