Values.RemoteIpDetailsSourceContains information about the remote IP address of the connection.
type nonrec t = {city : City.t option;The city information of the remote IP address.
*)country : Country.t option;The country code of the remote IP address.
*)geoLocation : GeoLocation.t option;The location information of the remote IP address.
*)ipAddressV4 : SensitiveString.t option;The IPv4 remote address of the connection.
*)ipAddressV6 : SensitiveString.t option;The IPv6 remote address of the connection.
*)organization : Organization.t option;The ISP organization information of the remote IP address.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of SensitiveString.t
| `Structure of
(string * [> `Double of Double.t | `String of String_.t ]) list ])
list ]