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

PropertiesKeyEventsPatchOptions

import type { PropertiesKeyEventsPatchOptions } from "https://googleapis.deno.dev/v1/analyticsadmin:v1beta.ts";

Additional options for AnalyticsAdmin#propertiesKeyEventsPatch.

interface PropertiesKeyEventsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.