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/servicenetworking:v1.ts";

Represents a DNS record set resource.

interface DnsRecordSet {
data?: string[];
domain?: string;
ttl?: number;
type?: string;
}

§Properties

§
data?: string[]
[src]

Required. As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) for examples see https://cloud.google.com/dns/records/json-record.

§
domain?: string
[src]

Required. The DNS or domain name of the record set, e.g. test.example.com. Cloud DNS requires that a DNS suffix ends with a trailing dot.

§
ttl?: number
[src]

Required. The period of time for which this RecordSet can be cached by resolvers.

§
type?: string
[src]

Required. The identifier of a supported record type.