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

ProjectsIosAppsListOptions

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

Additional options for Firebase#projectsIosAppsList.

interface ProjectsIosAppsListOptions {
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 at its discretion. If no value is specified (or too large a value is specified), the server will impose its own limit.

§
pageToken?: string
[src]

Token returned from a previous call to ListIosApps 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.