Values.ChangeSpecificationSourceA union that contains the specification details for different types of changes.
type nonrec t = {member : MemberChangeSpecification.t option;The member change specification when the change type is MEMBER.
*)collaboration : CollaborationChangeSpecification.t option;The collaboration configuration changes being requested. Currently, this only supports modifying which change types are auto-approved for the collaboration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of AccountId.t ])
list ])
list ]