Values.OverallVolumeSourceAn object that contains information about email that was sent from the selected domain.
type nonrec t = {volumeStatistics : VolumeStatistics.t option;An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk mail folders.
*)readRatePercent : Percentage.t option;The percentage of emails that were sent from the domain that were read by their recipients.
*)domainIspPlacements : DomainIspPlacements.t option;An object that contains inbox and junk mail placement metrics for individual email providers.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Percentage.t
| `List of
[> `Structure of
(string
* [> `Double of Percentage.t
| `Long of Volume.t
| `String of IspName.t ])
list ]
list
| `Structure of (string * [> `Long of Volume.t ]) list ])
list ]