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

PropertiesDataStreamsPatchOptions

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

Additional options for AnalyticsAdmin#propertiesDataStreamsPatch.

interface PropertiesDataStreamsPatchOptions {
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.