menu
aws_sesv2_api package
documentation
sesv2-2019-09-27.dart
BulkEmailEntry class
BulkEmailEntry class
dark_mode
light_mode
BulkEmailEntry
class
Constructors
BulkEmailEntry
({
required
Destination
destination
,
ReplacementEmailContent
?
replacementEmailContent
,
List
<
MessageTag
>
?
replacementTags
})
Properties
destination
→
Destination
Represents the destination of the message, consisting of To:, CC:, and BCC: fields.
final
hashCode
→
int
The hash code for this object.
no setter
inherited
replacementEmailContent
→
ReplacementEmailContent
?
The
ReplacementEmailContent
associated with a
BulkEmailEntry
.
final
replacementTags
→
List
<
MessageTag
>
?
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendBulkTemplatedEmail
operation. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
final
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
Methods
noSuchMethod
(
Invocation
invocation
)
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson
(
)
→
Map
<
String
,
dynamic
>
toString
(
)
→
String
A string representation of this object.
inherited
Operators
operator ==
(
Object
other
)
→
bool
The equality operator.
inherited
aws_sesv2_api package
documentation
sesv2-2019-09-27
BulkEmailEntry class
sesv2-2019-09-27 library