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

ProjectsLocationsPrivateCloudsClustersPatchOptions

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

Additional options for VMwareEngine#projectsLocationsPrivateCloudsClustersPatch.

interface ProjectsLocationsPrivateCloudsClustersPatchOptions {
requestId?: string;
updateMask?: string;
validateOnly?: boolean;
}

§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 Cluster resource by the update. The fields specified in the 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.

§
validateOnly?: boolean
[src]

Optional. If set to true, only validates the request but doesn’t execute the request. If set to false, validates and executes the request.