DomainAssociationSubDomain

data class DomainAssociationSubDomain(val branchName: String, val dnsRecord: String? = null, val prefix: String, val verified: Boolean? = null)

Constructors

Link copied to clipboard
constructor(branchName: String, dnsRecord: String? = null, prefix: String, verified: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Branch name setting for the subdomain.

Link copied to clipboard
val dnsRecord: String? = null

DNS record for the subdomain.

Link copied to clipboard

Prefix setting for the subdomain.

Link copied to clipboard
val verified: Boolean? = null

Verified status of the subdomain.