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

ProjectsLocationsProductsPatchOptions

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

Additional options for Vision#projectsLocationsProductsPatch.

interface ProjectsLocationsProductsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

The FieldMask that specifies which fields to update. If update_mask isn't specified, all mutable fields are to be updated. Valid mask paths include product_labels, display_name, and description.