Values.RecommendationSetSourceContains a recommendation set.
type nonrec t = {strategy : Strategy.t option;The recommended strategy.
*)targetDestination : TargetDestination.t option;The recommended target destination.
*)transformationTool : TransformationTool.t option;The target destination for the recommendation set.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string | `String of TranformationToolDescription.t ])
list ])
list ]