GetDeliverabilityTestReportResponse class
The results of the predictive inbox placement test.
Constructors
-
GetDeliverabilityTestReportResponse({required DeliverabilityTestReport deliverabilityTestReport, required List<
IspPlacement> ispPlacements, required PlacementStatistics overallPlacement, String? message, List<Tag> ? tags}) -
GetDeliverabilityTestReportResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- deliverabilityTestReport → DeliverabilityTestReport
-
An object that contains the results of the predictive inbox placement test.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
ispPlacements
→ List<
IspPlacement> -
An object that describes how the test email was handled by several email
providers, including Gmail, Hotmail, Yahoo, AOL, and others.
final
- message → String?
-
An object that contains the message that you sent when you performed this
predictive inbox placement test.
final
- overallPlacement → PlacementStatistics
-
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.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
An array of objects that define the tags (keys and values) that are
associated with the predictive inbox placement test.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited