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

DnsRecordSet

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

A set of DNS records relevant to the setup and maintenance of a custom domain in Firebase Hosting.

interface DnsRecordSet {
readonly checkError?: Status;
readonly domainName?: string;
readonly records?: DnsRecord[];
}

§Properties

§
readonly checkError?: Status
[src]

Output only. An error Hosting services encountered when querying your domain name's DNS records. Note: Hosting ignores NXDOMAIN errors, as those generally just mean that a domain name hasn't been set up yet.

§
readonly domainName?: string
[src]

Output only. The domain name the record set pertains to.

§
readonly records?: DnsRecord[]
[src]

Output only. Records on the domain.