SuppressedDestinationSummary class

A summary that describes the suppressed email address.

Constructors

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

Properties

emailAddress String
The email address that's 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