Values.CreateCollaborationChangeRequestInputSourceCreates a new change request to modify an existing collaboration. This enables post-creation modifications to collaborations through a structured API-driven approach.
type nonrec t = {collaborationIdentifier : CollaborationIdentifier.t;The identifier of the collaboration that the change request is made against.
*)changes : ChangeInputList.t;The list of changes to apply to the collaboration. Each change specifies the type of modification and the details of what should be changed.
*)}val make :
collaborationIdentifier:CollaborationIdentifier.t ->
changes:ChangeInputList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `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 ]
list
| `String of CollaborationIdentifier.t ])
list ]