MailSlurpAPI.Model.ThreadProjection (mailslurp v15.17.22)

A thread is a message thread created for a message received by an alias

Summary

Types

@type t() :: %MailSlurpAPI.Model.ThreadProjection{
  aliasId: String.t(),
  bcc: [String.t()] | nil,
  cc: [String.t()] | nil,
  createdAt: DateTime.t(),
  id: String.t(),
  inboxId: String.t(),
  name: String.t() | nil,
  subject: String.t() | nil,
  to: [String.t()],
  updatedAt: DateTime.t(),
  userId: String.t()
}