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

ProjectsAndroidAppsPatchOptions

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

Additional options for Firebase#projectsAndroidAppsPatch.

interface ProjectsAndroidAppsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Specifies which fields of the AndroidApp to update. Note that the following fields are immutable: name, app_id, project_id, and package_name. To update state, use any of the following endpoints: RemoveAndroidApp or UndeleteAndroidApp.