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

ServicesConnectionsPatchOptions

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

Additional options for ServiceNetworking#servicesConnectionsPatch.

interface ServicesConnectionsPatchOptions {
force?: boolean;
updateMask?: string;
}

§Properties

§
force?: boolean
[src]

If a previously defined allocated range is removed, force flag must be set to true.

§
updateMask?: string
[src]

The update mask. If this is omitted, it defaults to "*". You can only update the listed peering ranges.