SettingsSearchapplicationsUpdateOptions
import type { SettingsSearchapplicationsUpdateOptions } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";Additional options for CloudSearch#settingsSearchapplicationsUpdate.
interface SettingsSearchapplicationsUpdateOptions {
updateMask?: string;
}§Properties
§
updateMask?: string
[src]Only applies to
settings.searchapplications.patch.
Update mask to control which fields to update. Example field paths:
search_application.name, search_application.displayName. * If
update_mask is non-empty, then only the fields specified in the
update_mask are updated. * If you specify a field in the update_mask,
but don't specify its value in the search_application, then that field is
cleared. * If the update_mask is not present or empty or has the value
*, then all fields are updated.