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

RemoveDnsZoneRequest

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

Request to remove a private managed DNS zone in the shared producer host project and a matching DNS peering zone in the consumer project.

interface RemoveDnsZoneRequest {
consumerNetwork?: string;
name?: string;
}

§Properties

§
consumerNetwork?: string
[src]

Required. The network that the consumer is using to connect with services. Must be in the form of projects/{project}/global/networks/{network} {project} is the project number, as in '12345' {network} is the network name.

§
name?: string
[src]

Required. The name for both the private zone in the shared producer host project and the peering zone in the consumer project.