Module Values_0.EvaluationReviewNotificationRecipientSource

Information about a recipient who should be notified when an evaluation review is requested.

Sourcetype nonrec t = {
  1. type_ : EvaluationReviewNotificationRecipientType.t;
    (*

    The type of notification recipient.

    *)
  2. value : EvaluationReviewNotificationRecipientValue.t;
    (*

    The value associated with the notification recipient type.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `String of ResourceId.t ]) 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