ResendRetrieveEmailResponse class

Response of a retrieve email request

Constructors

ResendRetrieveEmailResponse.new({required String emailId, required List<String> to, required String from, required DateTime createdAt, required String subject, String? html, String? text, required List<String> bcc, required List<String> cc, required List<String> replyTo, required String lastEvent})
Constructor of ResendRetrieveEmailResponse
const
ResendRetrieveEmailResponse.fromJson(Json json)
Factory method for creating a ResendRetrieveEmailResponse instance from a JSON object
factory

Properties

bcc List<String>
The email adddresses of bcc
final
cc List<String>
The email addresses of cc
final
createdAt DateTime
The time of creation of this email
final
emailId String
The ID of the email
final
from String
The email address the email came from
final
hashCode int
The hash code for this object.
no setterinherited
html String?
The HTML content of this email
final
lastEvent String
The last event of this email (e.g. delivered)
final
replyTo List<String>
The email addresses this email was intended to reply to
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String
The subject of this email
final
text String?
The text content of this email
final
to List<String>
The email addresses this email was sent to
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