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

ProjectsLocationsScopesPatchOptions

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

Additional options for Observability#projectsLocationsScopesPatch.

interface ProjectsLocationsScopesPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Optional. Field mask is used to specify the fields to be overwritten in the Scope resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields present in the request will be overwritten.