Values.UpdateCollaborationInputSourceUpdates collaboration metadata and can only be called by the collaboration owner.
type nonrec t = {collaborationIdentifier : CollaborationIdentifier.t;The identifier for the collaboration.
*)name : CollaborationName.t option;A human-readable identifier provided by the collaboration owner. Display names are not unique.
*)description : CollaborationDescription.t option;A description of the collaboration.
*)analyticsEngine : AnalyticsEngine.t option;The analytics engine. After July 16, 2025, the CLEAN_ROOMS_SQL parameter will no longer be available.
*)}val make :
?name:??? ->
?description:??? ->
?analyticsEngine:??? ->
collaborationIdentifier:CollaborationIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of CollaborationIdentifier.t ])
list ]