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

SettingsUpdateCustomerOptions

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

Additional options for CloudSearch#settingsUpdateCustomer.

interface SettingsUpdateCustomerOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Update mask to control which fields get updated. If you specify a field in the update_mask but don't specify its value here, that field will be cleared. If the mask is not present or empty, all fields will be updated. Currently supported field paths: vpc_settings and audit_logging_settings