GetR2CustomDomainStatus

data class GetR2CustomDomainStatus(val ownership: String, val ssl: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val ssl: String

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