ListDeliverabilityTestReportsResponse class

A list of the predictive inbox placement test reports that are available for your account, regardless of whether or not those tests are complete.

Constructors

ListDeliverabilityTestReportsResponse({required List<DeliverabilityTestReport> deliverabilityTestReports, String? nextToken})
ListDeliverabilityTestReportsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

deliverabilityTestReports List<DeliverabilityTestReport>
An object that contains a lists of predictive inbox placement tests that you've performed.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
A token that indicates that there are additional predictive inbox placement tests to list. To view additional predictive inbox placement tests, issue another request to ListDeliverabilityTestReports, and pass this token in the NextToken parameter.
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