EnrichmentDomainWhoisDetailsResponse

data class EnrichmentDomainWhoisDetailsResponse(val contacts: EnrichmentDomainWhoisContactsResponse? = null, val nameServers: List<String>? = null, val registrar: EnrichmentDomainWhoisRegistrarDetailsResponse? = null, val statuses: List<String>? = null)

The whois record for a given domain

Constructors

Link copied to clipboard
constructor(contacts: EnrichmentDomainWhoisContactsResponse? = null, nameServers: List<String>? = null, registrar: EnrichmentDomainWhoisRegistrarDetailsResponse? = null, statuses: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The set of contacts associated with this domain

Link copied to clipboard
val nameServers: List<String>? = null

A list of name servers associated with this domain

Link copied to clipboard

The registrar associated with this domain

Link copied to clipboard
val statuses: List<String>? = null

The set of status flags for this whois record