Values.ChangeInputSourceSpecifies a change to apply to a collaboration.
type nonrec t = {specificationType : ChangeSpecificationType.t;The type of specification for the change. Currently supports MEMBER for member-related changes.
*)specification : ChangeSpecification.t;The specification details for the change. The structure depends on the specification type.
*)}val make :
specificationType:ChangeSpecificationType.t ->
specification:ChangeSpecification.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of AccountId.t ])
list ])
list ])
list ]