Values_0.EvaluationReviewConfigurationSourceConfiguration settings for evaluation reviews.
type nonrec t = {reviewNotificationRecipients : EvaluationReviewNotificationRecipientList.t;List of recipients who should be notified when a review is requested.
*)eligibilityDays : Integer.t option;Number of days during which a request for review can be submitted for evaluations created from this form.
*)}val make :
?eligibilityDays:??? ->
reviewNotificationRecipients:EvaluationReviewNotificationRecipientList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `String of ResourceId.t ]) list ])
list ]
list ])
list ]