Module Values_1.DocumentMetadataResponseInfoSource

Details about the response to a document review request.

Sourcetype nonrec t = {
  1. reviewerResponse : DocumentReviewerResponseList.t option;
    (*

    Details about a reviewer's response to a document review request.

    *)
}
Sourceval make : ?reviewerResponse:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `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 ] 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