MailSlurpAPI.Model.CreateAliasOptions (mailslurp v15.17.22)

Create email alias options. Email aliases can be used to mask real email addresses behind an ID. You can also attach an inbox to an alias so that any email received by the inbox email address if forwarded to the alias email address.

Summary

Types

@type t() :: %MailSlurpAPI.Model.CreateAliasOptions{
  emailAddress: String.t(),
  inboxId: String.t() | nil,
  name: String.t() | nil,
  useThreads: boolean()
}