Module Values.IncidentResponderSource

Sourcetype nonrec t = {
  1. name : IncidentResponderName.t;
  2. jobTitle : JobTitle.t;
  3. email : EmailAddress.t;
  4. communicationPreferences : CommunicationPreferences.t option;
}
Sourceval context_ : string
Sourceval make : ?communicationPreferences:??? -> name:IncidentResponderName.t -> jobTitle:JobTitle.t -> email:EmailAddress.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Enum of string ] list | `String of IncidentResponderName.t ]) 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