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

DnsZone

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

Represents a DNS zone resource.

interface DnsZone {
dnsSuffix?: string;
name?: string;
}

§Properties

§
dnsSuffix?: string
[src]

The DNS name suffix of this zone e.g. example.com.. Cloud DNS requires that a DNS suffix ends with a trailing dot.

§
name?: string
[src]

User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.