SuppressedDestinationAttributes class

An object that contains additional attributes that are related an email address that is on the suppression list for your account.

Constructors

SuppressedDestinationAttributes({String? feedbackId, String? messageId})
SuppressedDestinationAttributes.fromJson(Map<String, dynamic> json)
factory

Properties

feedbackId String?
A unique identifier that's generated when an email address is added to the suppression list for your account.
final
hashCode int
The hash code for this object.
no setterinherited
messageId String?
The unique identifier of the email message that caused the email address to be 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