Values_1.DocumentReviewerResponseSourceSourceInformation about a reviewer's response to a document review request.
type nonrec t = {createTime : Values_0.DateTime.t option;The date and time that a reviewer entered a response to a document review request.
*)updatedTime : Values_0.DateTime.t option;The date and time that a reviewer last updated a response to a document review request.
*)reviewStatus : Values_0.ReviewStatus.t option;The current review status of a new custom SSM document created by a member of your organization, or of the latest version of an existing SSM document. Only one version of a document can be in the APPROVED state at a time. When a new version is approved, the status of the previous version changes to REJECTED. Only one version of a document can be in review, or PENDING, at a time.
*)comment : DocumentReviewCommentList.t option;The comment entered by a reviewer as part of their document review response.
*)reviewer : Values_0.Reviewer.t option;The user in your organization assigned to review a document 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
| `String of Values_0.Reviewer.t
| `Timestamp of Values_0.DateTime.t ])
list ]