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

PropertiesCustomDimensionsPatchOptions

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

Additional options for AnalyticsAdmin#propertiesCustomDimensionsPatch.

interface PropertiesCustomDimensionsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Required. The list of fields to be updated. Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.