ListWhoisByDomainResult

data class ListWhoisByDomainResult(val created: String? = null, val domain: String? = null, val expires: String? = null, val parsedWhois: EnrichmentDomainWhoisDetailsResponse? = null, val server: String? = null, val updated: String? = null)

Whois information for a given domain and associated metadata

Constructors

Link copied to clipboard
constructor(created: String? = null, domain: String? = null, expires: String? = null, parsedWhois: EnrichmentDomainWhoisDetailsResponse? = null, server: String? = null, updated: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val created: String? = null

The timestamp at which this record was created

Link copied to clipboard
val domain: String? = null

The domain for this whois record

Link copied to clipboard
val expires: String? = null

The timestamp at which this record will expire

Link copied to clipboard

The whois record for a given domain

Link copied to clipboard
val server: String? = null

The hostname of this registrar's whois server

Link copied to clipboard
val updated: String? = null

The timestamp at which this record was last updated