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

ProjectsWebAppsPatchOptions

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

Additional options for Firebase#projectsWebAppsPatch.

interface ProjectsWebAppsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Specifies which fields of the WebApp to update. Note that the following fields are immutable: name, app_id, and project_id. To update state, use any of the following endpoints: RemoveWebApp or UndeleteWebApp.