JourneyEmailMessage class

Specifies the "From" address for an email message that's sent to participants in a journey.

Constructors

JourneyEmailMessage({String? fromAddress})
JourneyEmailMessage.fromJson(Map<String, dynamic> json)
factory

Properties

fromAddress String?
The verified email address to send the email message from. The default address is the FromAddress specified for the email channel for the application.
final
hashCode int
The hash code for this object.
no setterinherited
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited