Values.TcpTimeoutSourceAn object that represents types of timeouts.
type nonrec t = {idle : Duration.t option;An object that represents an idle timeout. An idle timeout bounds the amount of time that a connection may be idle. The default value is none.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `Long of DurationValue.t ]) list ])
list ]