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[];
}

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