Values_1.EvaluationContactParticipantSourceInformation about a contact participant in the evaluation.
type nonrec t = {contactParticipantRole : Values_0.ContactParticipantRole.t option;The role of the contact participant.
*)contactParticipantId : Values_0.ResourceId.t option;The identifier for the contact participant.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.ResourceId.t ]) list ]