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.
Constructors
Link copied to clipboard
fun GoogleDomainsDnsResponse(dsRecords: List<DsRecordResponse>, dsState: String, nameServers: List<String>)