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

ProjectsLocationsInstancesListOptions

import type { ProjectsLocationsInstancesListOptions } from "https://googleapis.deno.dev/v1/notebooks:v2.ts";

Additional options for Notebooks#projectsLocationsInstancesList.

interface ProjectsLocationsInstancesListOptions {
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Optional. List filter.

§
orderBy?: string
[src]

Optional. Sort results. Supported values are "name", "name desc" or "" (unsorted).

§
pageSize?: number
[src]

Optional. Maximum return size of the list call.

§
pageToken?: string
[src]

Optional. A previous returned page token that can be used to continue listing from the last result.