Module Values.ActionReviewPayloadSource

Sourceval make : 'a -> 'a
Sourceval of_header : (Base.String.t * string) list -> 'a list
Sourceval to_value : ('a * ActionReviewPayloadField.t) list -> [> `Map of ([> `String of 'a ] * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of Integer.t | `List of [> `Structure of (string * [> `Structure of 'b list ]) list ] list | `String of String_.t | `Structure of 'c list ]) list ]) list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : 'a -> 'b
Sourceval of_json : Yojson.Safe.t -> (string * ActionReviewPayloadField.t) list