HostingCustomDomainCertVerificationHttp

data class HostingCustomDomainCertVerificationHttp(val desired: String? = null, val discovered: String? = null, val lastCheckTime: String? = null, val path: String? = null)

Constructors

Link copied to clipboard
constructor(desired: String? = null, discovered: String? = null, lastCheckTime: String? = null, path: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val desired: String? = null

A text string to serve at the path.

Link copied to clipboard
val discovered: String? = null

Whether Hosting was able to find the required file contents on the specified path during its last check.

Link copied to clipboard
val lastCheckTime: String? = null

(Output) The last time Hosting systems checked for the file contents.

Link copied to clipboard
val path: String? = null

The path to the file.