Values_1.DocumentReviewsSourceInformation about a document approval review.
type nonrec t = {action : DocumentReviewAction.t;The action to take on a document approval review request.
*)comment : DocumentReviewCommentList.t option;A comment entered by a user in your organization about the document review request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string | `String of DocumentReviewComment.t ])
list ]
list ])
list ]