Values_0.EvaluationReviewNotificationRecipientSourceInformation about a recipient who should be notified when an evaluation review is requested.
type nonrec t = {type_ : EvaluationReviewNotificationRecipientType.t;The type of notification recipient.
*)value : EvaluationReviewNotificationRecipientValue.t;The value associated with the notification recipient type.
*)}val make :
type_:EvaluationReviewNotificationRecipientType.t ->
value:EvaluationReviewNotificationRecipientValue.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of ResourceId.t ]) list ])
list ]