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/firebasedatabase:v1beta.ts";

Additional options for FirebaseDatabase#projectsLocationsInstancesList.

interface ProjectsLocationsInstancesListOptions {
pageSize?: number;
pageToken?: string;
showDeleted?: boolean;
}

§Properties

§
pageSize?: number
[src]

The maximum number of database instances to return in the response. The server may return fewer than this at its discretion. If no value is specified (or too large a value is specified), then the server will impose its own limit.

§
pageToken?: string
[src]

Token returned from a previous call to ListDatabaseInstances indicating where in the set of database instances to resume listing.

§
showDeleted?: boolean
[src]

Indicate that DatabaseInstances in the DELETED state should also be returned.