Connection Monitor Http Configuration Response
data class ConnectionMonitorHttpConfigurationResponse(val method: String? = null, val path: String? = null, val port: Int? = null, val preferHTTPS: Boolean? = null, val requestHeaders: List<HTTPHeaderResponse>? = null, val validStatusCodeRanges: List<String>? = null)
Describes the HTTP configuration.