GetDomainResult

data class GetDomainResult(val domainName: String, val domainRedirect: DomainRedirectResponse, val provisioning: DomainProvisioningResponse, val site: String, val status: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetDomainResult(domainName: String, domainRedirect: DomainRedirectResponse, provisioning: DomainProvisioningResponse, site: String, status: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The domain name of the association.

Link copied to clipboard

If set, the domain should redirect with the provided parameters.

Link copied to clipboard

Information about the provisioning of certificates and the health of the DNS resolution for the domain.

Link copied to clipboard

The site name of the association.

Link copied to clipboard

Additional status of the domain association.

Link copied to clipboard

The time at which the domain was last updated.