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

ProjectsRegionsJobsPatchOptions

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

Additional options for Dataproc#projectsRegionsJobsPatch.

interface ProjectsRegionsJobsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Required. Specifies the path, relative to Job, of the field to update. For example, to update the labels of a Job the update_mask parameter would be specified as labels, and the PATCH request body would specify the new value. Note: Currently, labels is the only field that can be updated.