data class HttpSourceResponse(val disableMetricsCollection: Any? = null, val httpRequestTimeout: Any? = null, val maxConcurrentConnections: Any? = null, val sourceRetryCount: Any? = null, val sourceRetryWait: Any? = null, val type: String)
Specifies the timeout for a HTTP client to get HTTP response from HTTP server. The default value is equivalent to System.Net.HttpWebRequest.Timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).