Values.ReviewReportSourceContains both ReviewResult and ReviewAction elements for a particular HIT.
type nonrec t = {reviewResults : ReviewResultDetailList.t option;A list of ReviewResults objects for each action specified in the Review Policy.
*)reviewActions : ReviewActionDetailList.t option;A list of ReviewAction objects for each action specified in the Review Policy.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of EntityId.t
| `Timestamp of Timestamp.t ])
list ]
list ])
list ]