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

OrganizationsLocationsVpcFlowLogsConfigsPatchOptions

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

Additional options for NetworkManagement#organizationsLocationsVpcFlowLogsConfigsPatch.

interface OrganizationsLocationsVpcFlowLogsConfigsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Required. Mask of fields to update. At least one path must be supplied in this field. For example, to change the state of the configuration to ENABLED, specify update_mask = "state", and the vpc_flow_logs_config would be: vpc_flow_logs_config = { name = "projects/my-project/locations/global/vpcFlowLogsConfigs/my-config" state = "ENABLED" }