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

PropertiesGoogleAdsLinksPatchOptions

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

Additional options for AnalyticsAdmin#propertiesGoogleAdsLinksPatch.

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