Values_0.ResolvedTargetsSourceInformation about targets that resolved during the Automation execution.
type nonrec t = {parameterValues : TargetParameterList.t option;A list of parameter values sent to targets that resolved during the Automation execution.
*)truncated : Boolean.t option;A boolean value indicating whether the resolved target list is truncated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of ParameterValue.t ] list ])
list ]