MailSlurpAPI.Model.MissedEmail (mailslurp v15.13.16)
Missed email
Link to this section Summary
Link to this section Types
@type t() :: %MailSlurpAPI.Model.MissedEmail{ attachmentCount: integer(), bcc: [String.t()], bodyExcerpt: String.t() | nil, canRestore: boolean() | nil, cc: [String.t()], createdAt: DateTime.t(), from: String.t() | nil, id: String.t() | nil, inboxIds: [String.t()], rawBucket: String.t() | nil, rawKey: String.t() | nil, rawUrl: String.t() | nil, subject: String.t() | nil, to: [String.t()], updatedAt: DateTime.t(), userId: String.t() | nil }