Dns Settings Response
data class DnsSettingsResponse(val customDns: CustomDnsResponse, val glueRecords: List<GlueRecordResponse>, val googleDomainsDns: GoogleDomainsDnsResponse)
Defines the DNS configuration of a Registration
, including name servers, DNSSEC, and glue records.
Constructors
Link copied to clipboard
constructor(customDns: CustomDnsResponse, glueRecords: List<GlueRecordResponse>, googleDomainsDns: GoogleDomainsDnsResponse)
Properties
Link copied to clipboard
An arbitrary DNS provider identified by its name servers.
Link copied to clipboard
The list of glue records for this Registration
. Commonly empty.
Link copied to clipboard
The free DNS zone provided by Google Domains.