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

ProjectsTenantsPatchOptions

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

Additional options for jobs#projectsTenantsPatch.

interface ProjectsTenantsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Strongly recommended for the best service experience. If update_mask is provided, only the specified fields in tenant are updated. Otherwise all the fields are updated. A field mask to specify the tenant fields to be updated. Only top level fields of Tenant are supported.