Values.ApplicationComponentStrategySourceContains information about a strategy recommendation for an application component.
type nonrec t = {isPreferred : Boolean.t option;Set to true if the recommendation is set as preferred.
*)recommendation : RecommendationSet.t option;Strategy recommendation for the application component.
*)status : StrategyRecommendation.t option;The recommendation status of a strategy for an application component.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `String of TranformationToolDescription.t ])
list ])
list ])
list ]