GetRegistrarDomainsResult

data class GetRegistrarDomainsResult(val available: Boolean, val canRegister: Boolean, val createdAt: String, val currentRegistrar: String, val expiresAt: String, val id: String, val locked: Boolean, val registrantContact: GetRegistrarDomainsResultRegistrantContact, val registryStatuses: String, val supportedTld: Boolean, val transferIn: GetRegistrarDomainsResultTransferIn, val updatedAt: String)

Constructors

Link copied to clipboard
constructor(available: Boolean, canRegister: Boolean, createdAt: String, currentRegistrar: String, expiresAt: String, id: String, locked: Boolean, registrantContact: GetRegistrarDomainsResultRegistrantContact, registryStatuses: String, supportedTld: Boolean, transferIn: GetRegistrarDomainsResultTransferIn, updatedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Shows if a domain is available for transferring into Cloudflare Registrar.

Link copied to clipboard

Indicates if the domain can be registered as a new domain.

Link copied to clipboard

Shows time of creation.

Link copied to clipboard

Shows name of current registrar.

Link copied to clipboard

Shows when domain name registration expires.

Link copied to clipboard
val id: String

Domain identifier.

Link copied to clipboard

Shows whether a registrar lock is in place for a domain.

Link copied to clipboard

Shows contact information for domain registrant.

Link copied to clipboard

A comma-separated list of registry status codes. A full list of status codes can be found at EPP Status Codes.

Link copied to clipboard

Whether a particular TLD is currently supported by Cloudflare Registrar. Refer to TLD Policies for a list of supported TLDs.

Link copied to clipboard

Statuses for domain transfers into Cloudflare Registrar.

Link copied to clipboard

Last updated.