Ssl Configuration Response
data class SslConfigurationResponse(val cert: String? = null, val cname: String? = null, val key: String? = null, val status: String? = null)
The ssl configuration for scoring
Constructors
Link copied to clipboard
fun SslConfigurationResponse(cert: String? = null, cname: String? = null, key: String? = null, status: String? = null)