Google Domains Dns Response
data class GoogleDomainsDnsResponse(val dsRecords: List<DsRecordResponse>, val dsState: String, val nameServers: List<String>)
Configuration for using the free DNS zone provided by Google Domains as a Registration
's dns_provider
. You cannot configure the DNS zone itself using the API. To configure the DNS zone, go to Google Domains.
Properties
Link copied to clipboard
The list of DS records published for this domain. The list is automatically populated when ds_state
is DS_RECORDS_PUBLISHED
, otherwise it remains empty.
Link copied to clipboard
A list of name servers that store the DNS zone for this domain. Each name server is a domain name, with Unicode domain names expressed in Punycode format. This field is automatically populated with the name servers assigned to the Google Domains DNS zone.