Values_1.EvaluationAcknowledgementSummarySourceSummary information about an evaluation acknowledgement.
type nonrec t = {acknowledgedTime : Values_0.Timestamp.t option;The time when an agent acknowledged the evaluation.
*)acknowledgedBy : Values_0.ARN.t option;The agent who acknowledged the evaluation.
*)acknowledgerComment : EvaluationAcknowledgerCommentString.t option;A comment from the agent when they confirmed they acknowledged the evaluation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.ARN.t | `Timestamp of Values_0.Timestamp.t ])
list ]