Values_1.EvaluationReviewMetadataSourceMetadata information about an evaluation review.
type nonrec t = {reviewId : Values_0.ResourceId.t option;The unique identifier for the evaluation review.
*)requestedTime : Values_0.Timestamp.t option;The timestamp when the evaluation review was requested.
*)requestedBy : Values_0.ARN.t option;The user who requested the evaluation review.
*)createdTime : Values_0.Timestamp.t option;The timestamp when the evaluation review was created.
*)createdBy : Values_0.ARN.t option;The user who created the evaluation review.
*)reviewRequestComments : EvaluationReviewRequestCommentList.t option;Comments provided when requesting the evaluation review.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of EvaluationReviewRequestCommentContent.t
| `Timestamp of Values_0.Timestamp.t ])
list ]
list
| `String of Values_0.ResourceId.t
| `Timestamp of Values_0.Timestamp.t ])
list ]