MailSlurpAPI.Model.AliasProjection (mailslurp v15.17.22)

Representation of a alias

Summary

Types

@type t() :: %MailSlurpAPI.Model.AliasProjection{
  createdAt: DateTime.t(),
  emailAddress: String.t(),
  id: String.t(),
  inboxId: String.t(),
  name: String.t() | nil,
  updatedAt: DateTime.t(),
  useThreads: boolean() | nil,
  userId: String.t()
}