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

CustomersConfigurationsPatchOptions

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

Additional options for AndroidDeviceProvisioning#customersConfigurationsPatch.

interface CustomersConfigurationsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Required. The field mask applied to the target Configuration before updating the fields. To learn more about using field masks, read FieldMask in the Protocol Buffers documentation.