Module Values.ContactChannelAddressSource

The details that Incident Manager uses when trying to engage the contact channel.

Sourcetype nonrec t = {
  1. simpleAddress : SimpleAddress.t option;
    (*

    The format is dependent on the type of the contact channel. The following are the expected formats: SMS - '+' followed by the country code and phone number VOICE - '+' followed by the country code and phone number EMAIL - any standard email format

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