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

DeleteNetwork

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

When set in OperationStep, indicates network deletion step with the resource name.

interface DeleteNetwork {
readonly network?: string;
}

§Properties

§
readonly network?: string
[src]

Output only. Name of the network to delete, in the format projects/{project}/global/networks/{network}.