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.