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