Custom Hostname Analysis Result Response Custom Domain Verification Failure Info
data class CustomHostnameAnalysisResultResponseCustomDomainVerificationFailureInfo(val code: String, val details: List<CustomHostnameAnalysisResultResponseDetails>? = null, val message: String, val target: String)
Raw failure information if DNS verification fails.
Constructors
Link copied to clipboard
constructor(code: String, details: List<CustomHostnameAnalysisResultResponseDetails>? = null, message: String, target: String)