Values.ActionRemotePortDetailsSourceProvides information about the remote port that was involved in an attempted network connection.
type nonrec t = {port : Integer.t option;The number of the port.
*)portName : NonEmptyString.t option;The port name of the remote connection. Length Constraints: 128.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]