BulkEmailEntryResult class
The result of the SendBulkEmail
operation of each specified
BulkEmailEntry
.
Constructors
- BulkEmailEntryResult({String? error, String? messageId, BulkEmailStatus? status})
-
BulkEmailEntryResult.fromJson(Map<
String, dynamic> json) -
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