Values.IpOrganizationDetailsSourceProvides information about an internet provider.
type nonrec t = {asn : Integer.t option;The Autonomous System Number (ASN) of the internet provider
*)asnOrg : NonEmptyString.t option;The name of the organization that registered the ASN.
*)isp : NonEmptyString.t option;The ISP information for the internet provider.
*)org : NonEmptyString.t option;The name of the internet provider.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]