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/baremetalsolution:v2.ts";

Additional options for BareMetalSolution#projectsLocationsInstancesList.

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

§Properties

§
filter?: string
[src]

List filter.

§
pageSize?: number
[src]

Requested page size. Server may return fewer items than requested. If unspecified, the server will pick an appropriate default.

§
pageToken?: string
[src]

A token identifying a page of results from the server.