Module Values_0.CommandExecutionParameterMapSource

Sourceval make : 'a list -> 'a list
Sourceval of_header : (Base.String.t * string) list -> 'a list
Sourceval to_value : ('a * CommandParameterValue.t) list -> [> `Map of ([> `String of 'a ] * [> `Structure of (string * [> `Blob of BinaryParameterValue.t | `Boolean of BooleanParameterValue.t | `Double of DoubleParameterValue.t | `Integer of IntegerParameterValue.t | `Long of LongParameterValue.t | `String of StringParameterValue.t ]) list ]) list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : 'a -> 'b
Sourceval of_json : Yojson.Safe.t -> (string * CommandParameterValue.t) list