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

AccountsLanguagesProductCertificationsPatchOptions

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

Additional options for Manufacturers#accountsLanguagesProductCertificationsPatch.

interface AccountsLanguagesProductCertificationsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Optional. The list of fields to update according to aip.dev/134. However, only full update is supported as of right now. Therefore, it can be either ignored or set to "*". Setting any other values will returns UNIMPLEMENTED error.