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

ProjectsAvailableLocationsListOptions

import type { ProjectsAvailableLocationsListOptions } from "https://googleapis.deno.dev/v1/firebase:v1beta1.ts";

Additional options for Firebase#projectsAvailableLocationsList.

interface ProjectsAvailableLocationsListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

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

§
pageToken?: string
[src]

Token returned from a previous call to ListAvailableLocations indicating where in the list of locations to resume listing.