Values_1.DocumentReviewCommentSourceSourceInformation about comments added to a document review request.
type nonrec t = {type_ : DocumentReviewCommentType.t option;The type of information added to a review request. Currently, only the value Comment is supported.
*)content : DocumentReviewComment.t option;The content of a comment entered by a user who requests a review of a new document version, or who reviews the new version.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DocumentReviewComment.t ])
list ]