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

NotesListOptions

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

Additional options for Keep#notesList.

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

§Properties

§
filter?: string
[src]

Filter for list results. If no filter is supplied, the trashed filter is applied by default. Valid fields to filter by are: create_time, update_time, trash_time, and trashed. Filter syntax follows the Google AIP filtering spec.

§
pageSize?: number
[src]

The maximum number of results to return.

§
pageToken?: string
[src]

The previous page's next_page_token field.