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/file:v1.ts";

Additional options for file#projectsLocationsInstancesList.

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

§Properties

§
filter?: string
[src]

List filter.

§
orderBy?: string
[src]

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

§
pageSize?: number
[src]

The maximum number of items to return.

§
pageToken?: string
[src]

The next_page_token value to use if there are additional results to retrieve for this list request.