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

ProjectsPatchOptions

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

Additional options for Firebase#projectsPatch.

interface ProjectsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Specifies which fields of the FirebaseProject to update. Note that the following fields are immutable: name, project_id, and project_number. To update state, use any of the following Google Cloud endpoints: projects.delete or projects.undelete