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

ProjectsInstancesAppProfilesPatchOptions

import type { ProjectsInstancesAppProfilesPatchOptions } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";

Additional options for BigtableAdmin#projectsInstancesAppProfilesPatch.

interface ProjectsInstancesAppProfilesPatchOptions {
ignoreWarnings?: boolean;
updateMask?: string;
}

§Properties

§
ignoreWarnings?: boolean
[src]

If true, ignore safety checks when updating the app profile.

§
updateMask?: string
[src]

Required. The subset of app profile fields which should be replaced. If unset, all fields will be replaced.