Values.ChangeSourceRepresents a single change within a collaboration change request, containing the change identifier and specification.
type nonrec t = {specificationType : ChangeSpecificationType.t option;The type of specification for this change.
*)specification : ChangeSpecification.t option;The specification details for this change.
*)types : ChangeTypeList.t option;The list of change types that were applied.
*)}val to_value :
t ->
[> `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 ]