interface DnsRecords {
    nameServers: Webhosting.v1.Nameserver[];
    records: Webhosting.v1.DnsRecord[];
    status: Webhosting.v1.DnsRecordsStatus;
}

Properties

nameServers: Webhosting.v1.Nameserver[]

List of nameservers.

List of DNS records.

Status of the records.