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

ProjectsLocationsPrivateCloudsPatchOptions

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

Additional options for VMwareEngine#projectsLocationsPrivateCloudsPatch.

interface ProjectsLocationsPrivateCloudsPatchOptions {
requestId?: string;
updateMask?: string;
}

§Properties

§
requestId?: string
[src]

Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

§
updateMask?: string
[src]

Required. Field mask is used to specify the fields to be overwritten in the PrivateCloud resource by the update. The fields specified in updateMask 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 will be overwritten.