R2CustomDomainStatus

data class R2CustomDomainStatus(val ownership: String? = null, val ssl: String? = null)

Constructors

Link copied to clipboard
constructor(ownership: String? = null, ssl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ownership: String? = null

Ownership status of the domain. Available values: "pending", "active", "deactivated", "blocked", "error", "unknown".

Link copied to clipboard
val ssl: String? = null

SSL certificate status. Available values: "initializing", "pending", "active", "deactivated", "error", "unknown".