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

ProjectsIosAppsPatchOptions

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

Additional options for Firebase#projectsIosAppsPatch.

interface ProjectsIosAppsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Specifies which fields of the IosApp to update. Note that the following fields are immutable: name, app_id, project_id, and bundle_id. To update state, use any of the following endpoints: RemoveIosApp or UndeleteIosApp.