Values.GetDomainStatisticsReportRequestSourceA request to obtain deliverability metrics for a domain.
type nonrec t = {domain : Identity.t;The domain that you want to obtain deliverability metrics for.
*)startDate : Timestamp.t;The first day (in Unix time) that you want to obtain domain deliverability metrics for.
*)endDate : Timestamp.t;The last day (in Unix time) that you want to obtain domain deliverability metrics for. The EndDate that you specify has to be less than or equal to 30 days after the StartDate.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Identity.t | `Timestamp of Timestamp.t ]) list ]