Get Domain Result
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
constructor(domainName: String, domainRedirect: DomainRedirectResponse, provisioning: DomainProvisioningResponse, site: String, status: String, updateTime: String)
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 time at which the domain was last updated.