Values_0.ParticipantDetailsToAddSourceThe details to add for the participant.
type nonrec t = {participantRole : ParticipantRole.t option;The role of the participant being added.
*)displayName : DisplayName.t option;The display name of the participant.
*)participantCapabilities : ParticipantCapabilities.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DisplayName.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]