Values.GetDeliverabilityTestReportResponseSourceThe results of the predictive inbox placement test.
type nonrec t = {deliverabilityTestReport : DeliverabilityTestReport.t option;An object that contains the results of the predictive inbox placement test.
*)overallPlacement : PlacementStatistics.t option;An object that specifies how many test messages that were sent during the predictive inbox placement test were delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't delivered.
*)ispPlacements : IspPlacements.t option;An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.
*)message : MessageContent.t option;An object that contains the message that you sent when you performed this predictive inbox placement test.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of unit
| `NotFoundException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of unit
| `NotFoundException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of IspName.t
| `Structure of
(string * [> `Double of Percentage.t ]) list ])
list ]
list
| `String of MessageContent.t
| `Structure of
(string
* [> `Double of Percentage.t
| `Enum of string
| `String of ReportId.t
| `Timestamp of Timestamp.t ])
list ])
list ]