Module Values_1.DocumentReviewsSource

Information about a document approval review.

Sourcetype nonrec t = {
  1. action : DocumentReviewAction.t;
    (*

    The action to take on a document approval review request.

    *)
  2. comment : DocumentReviewCommentList.t option;
    (*

    A comment entered by a user in your organization about the document review request.

    *)
}
Sourceval context_ : string
Sourceval make : ?comment:??? -> action:DocumentReviewAction.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of DocumentReviewComment.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t