CreateDeliverabilityTestReportResponse class
Information about the predictive inbox placement test that you created.
Constructors
- CreateDeliverabilityTestReportResponse({required DeliverabilityTestStatus deliverabilityTestStatus, required String reportId})
-
CreateDeliverabilityTestReportResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- 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 theGetDeliverabilityTestReportto view the results of the 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
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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