Module Values_0.EmailRecipientSource

Information about the email recipient

Sourcetype nonrec t = {
  1. address : EndpointAddress.t option;
    (*

    Address of the email recipient.

    *)
  2. displayName : EndpointDisplayName.t option;
    (*

    Display name of the email recipient.

    *)
}
Sourceval make : ?address:??? -> ?displayName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of EndpointAddress.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