DeliverabilityTestReport class
An object that contains metadata related to a predictive inbox placement test.
Constructors
- DeliverabilityTestReport({DateTime? createDate, DeliverabilityTestStatus? deliverabilityTestStatus, String? fromEmailAddress, String? reportId, String? reportName, String? subject})
-
DeliverabilityTestReport.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createDate → DateTime?
-
The date and time when the predictive inbox placement test was created, in
Unix time format.
final
- deliverabilityTestStatus → DeliverabilityTestStatus?
-
The status of the predictive inbox placement test. If the status is
IN_PROGRESS
, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status isCOMPLETE
, then the test is finished, and you can use theGetDeliverabilityTestReport
to view the results of the test.final - fromEmailAddress → String?
-
The sender address that you specified for the predictive inbox placement
test.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- reportId → String?
-
A unique string that identifies the predictive inbox placement test.
final
- reportName → String?
-
A name that helps you identify a predictive inbox placement test report.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subject → String?
-
The subject line for an email that you submitted in a 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