BulkEmailDestinationStatus class

An object that contains the response from the SendBulkTemplatedEmail operation.

Constructors

BulkEmailDestinationStatus({String? error, String? messageId, BulkEmailStatus? status})
BulkEmailDestinationStatus.fromXml(XmlElement elem)
factory

Properties

error String?
A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.
final
hashCode int
The hash code for this object.
no setterinherited
messageId String?
The unique message identifier returned from the SendBulkTemplatedEmail operation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status BulkEmailStatus?
The status of a message sent using the SendBulkTemplatedEmail operation.
final

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