Values.DailyVolumeSourceAn object that contains information about the volume of email sent on each day of the analysis period.
type nonrec t = {startDate : Timestamp.t option;The date that the DailyVolume metrics apply to, in Unix time.
*)volumeStatistics : VolumeStatistics.t option;An object that contains inbox placement metrics for a specific day in the analysis period.
*)domainIspPlacements : DomainIspPlacements.t option;An object that contains inbox placement metrics for a specified day in the analysis period, broken out by the recipient's email provider.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `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
| `Timestamp of Timestamp.t ])
list ]