Interface UpdateDNSRecordsParam

Hierarchy

  • UpdateDNSRecordsParam

Properties

dnsrecordset: {
    dnsrecords: DnsRecord[];
}

The DNS entries of the domain to update.

Type declaration

domainname: string

The domain name for which the DNS records should be updated.

Generated using TypeDoc