AccountsCssProductInputsPatchOptions
import type { AccountsCssProductInputsPatchOptions } from "https://googleapis.deno.dev/v1/css:v1.ts";
Additional options for CSS#accountsCssProductInputsPatch.
interface AccountsCssProductInputsPatchOptions {
updateMask?: string;
}§Properties
§
updateMask?: string
[src]The list of CSS product attributes to be updated. If the update mask is
omitted, then it is treated as implied field mask equivalent to all fields
that are populated (have a non-empty value). Attributes specified in the
update mask without a value specified in the body will be deleted from the
CSS product. Update mask can only be specified for top level fields in
attributes and custom attributes. To specify the update mask for custom
attributes you need to add the custom_attribute.
prefix. Providing
special "*" value for full CSS product replacement is not supported.