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

EnterprisesPoliciesPatchOptions

import type { EnterprisesPoliciesPatchOptions } from "https://googleapis.deno.dev/v1/androidmanagement:v1.ts";

Additional options for AndroidManagement#enterprisesPoliciesPatch.

interface EnterprisesPoliciesPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

The field mask indicating the fields to update. If not set, all modifiable fields will be modified.