Module Values.IPSetUpdatesSource

Sourcetype nonrec t = IPSetUpdate.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : IPSetUpdate.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of IPSetDescriptorValue.t ]) list ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> IPSetUpdate.t list
Sourceval of_json : [> Yojson.Safe.t ] -> IPSetUpdate.t list
Sourceval to_json : IPSetUpdate.t list -> Yojson.Safe.t