Values_1.EvaluationReviewRequestCommentSourceA comment provided when requesting an evaluation review.
type nonrec t = {comment : EvaluationReviewRequestCommentContent.t option;The text content of the review request comment.
*)createdTime : Values_0.Timestamp.t option;The timestamp when the evaluation review request comment was created.
*)createdBy : Values_0.ARN.t option;The user who created the evaluation review request comment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of EvaluationReviewRequestCommentContent.t
| `Timestamp of Values_0.Timestamp.t ])
list ]