SuppressedDestination class

An object that contains information about an email address that is on the suppression list for your account.

Constructors

SuppressedDestination({required String emailAddress, required DateTime lastUpdateTime, required SuppressionListReason reason, SuppressedDestinationAttributes? attributes})
SuppressedDestination.fromJson(Map<String, dynamic> json)
factory

Properties

attributes SuppressedDestinationAttributes?
An optional value that can contain additional information about the reasons that the address was added to the suppression list for your account.
final
emailAddress String
The email address that is on the suppression list for your account.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdateTime DateTime
The date and time when the suppressed destination was last updated, shown in Unix time format.
final
reason SuppressionListReason
The reason that the address was added to the suppression list for your account.
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