Ds Record Response
data class DsRecordResponse(val algorithm: String, val digest: String, val digestType: String, val keyTag: Int)
Defines a Delegation Signer (DS) record, which is needed to enable DNSSEC for a domain. It contains a digest (hash) of a DNSKEY record that must be present in the domain's DNS zone.