Values.CollaborationChangeRequestSummarySourceSummary information about a collaboration change request.
type nonrec t = {id : UUID.t option;The unique identifier for the change request.
*)collaborationId : UUID.t option;The unique identifier for the collaboration.
*)createTime : Timestamp.t option;The time when the change request was created.
*)updateTime : Timestamp.t option;The time when the change request was last updated.
*)status : ChangeRequestStatus.t option;The current status of the change request.
*)isAutoApproved : Boolean.t option;Whether the change request was automatically approved.
*)changes : ChangeList.t option;Summary of the changes in this change request.
*)approvals : ApprovalStatuses.t option;Summary of approval statuses from all collaboration members for this change request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of AccountId.t ])
list ])
list ])
list ]
list
| `Map of
([> `String of AccountId.t ]
* [> `Structure of (string * [> `Enum of string ]) list ])
list
| `String of UUID.t
| `Timestamp of Timestamp.t ])
list ]