Values.RemediationSourceInformation about how to remediate a finding.
type nonrec t = {recommendation : RemediationRecommendation.t option;An object that contains information about the recommended course of action to remediate the finding.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]