Values.IncidentResponderSourcetype nonrec t = {name : IncidentResponderName.t;jobTitle : JobTitle.t;email : EmailAddress.t;communicationPreferences : CommunicationPreferences.t option;}val make :
?communicationPreferences:??? ->
name:IncidentResponderName.t ->
jobTitle:JobTitle.t ->
email:EmailAddress.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of IncidentResponderName.t ])
list ]