Values.GetCollaborationChangeRequestInputSourceRetrieves detailed information about a specific collaboration change request.
type nonrec t = {collaborationIdentifier : CollaborationIdentifier.t;The identifier of the collaboration that the change request is made against.
*)changeRequestIdentifier : CollaborationChangeRequestIdentifier.t;A unique identifier for the change request to retrieve.
*)}val make :
collaborationIdentifier:CollaborationIdentifier.t ->
changeRequestIdentifier:CollaborationChangeRequestIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of CollaborationIdentifier.t ]) list ]