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

SettingsDatasourcesPatchOptions

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

Additional options for CloudSearch#settingsDatasourcesPatch.

interface SettingsDatasourcesPatchOptions {
[debugOptions.enableDebugging]?: boolean;
updateMask?: string;
}

§Properties

§
[debugOptions.enableDebugging]?: boolean
[src]

If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field.

§
updateMask?: string
[src]

Only applies to settings.datasources.patch. Update mask to control which fields to update. Example field paths: name, 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 source, that field is cleared. * If the update_mask is not present or empty or has the value *, then all fields are updated.