ProjectsLocationsInstancesPatchOptions
import type { ProjectsLocationsInstancesPatchOptions } from "https://googleapis.deno.dev/v1/file:v1.ts";
Additional options for file#projectsLocationsInstancesPatch.
interface ProjectsLocationsInstancesPatchOptions {
updateMask?: string;
}§Properties
§
updateMask?: string
[src]Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields: * "description" * "file_shares" * "labels" * "performance_config" * "deletion_protection_enabled" * "deletion_protection_reason"