Module Values_0.EvaluationReviewConfigurationSource

Configuration settings for evaluation reviews.

Sourcetype nonrec t = {
  1. reviewNotificationRecipients : EvaluationReviewNotificationRecipientList.t;
    (*

    List of recipients who should be notified when a review is requested.

    *)
  2. eligibilityDays : Integer.t option;
    (*

    Number of days during which a request for review can be submitted for evaluations created from this form.

    *)
}
Sourceval context_ : string
Sourceval make : ?eligibilityDays:??? -> reviewNotificationRecipients:EvaluationReviewNotificationRecipientList.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t