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

ProjectsTenantsJobsPatchOptions

import type { ProjectsTenantsJobsPatchOptions } from "https://googleapis.deno.dev/v1/jobs:v4.ts";

Additional options for jobs#projectsTenantsJobsPatch.

interface ProjectsTenantsJobsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Strongly recommended for the best service experience. If update_mask is provided, only the specified fields in job are updated. Otherwise all the fields are updated. A field mask to restrict the fields that are updated. Only top level fields of Job are supported.