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

ProjectsWebAppsListOptions

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

Additional options for Firebase#projectsWebAppsList.

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

§Properties

§
pageSize?: number
[src]

The maximum number of Apps 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.

§
pageToken?: string
[src]

Token returned from a previous call to ListWebApps indicating where in the set of Apps to resume listing.

§
showDeleted?: boolean
[src]

Controls whether Apps in the DELETED state should be returned in the response. If not specified, only ACTIVE Apps will be returned.