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

BuyersClientsPatchOptions

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

Additional options for AuthorizedBuyersMarketplace#buyersClientsPatch.

interface BuyersClientsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

List of fields to be updated. If empty or unspecified, the service will update all fields populated in the update request excluding the output only fields and primitive fields with default value. Note that explicit field mask is required in order to reset a primitive field back to its default value, for example, false for boolean fields, 0 for integer fields. A special field mask consisting of a single path "*" can be used to indicate full replacement(the equivalent of PUT method), updatable fields unset or unspecified in the input will be cleared or set to default value. Output only fields will be ignored regardless of the value of updateMask.