MailSlurpAPI.Model.InboxForwarderDto (mailslurp v15.17.22)

Inbox forwarder. Describes how an inbox will forward matching emails to designated recipients.

Summary

Types

@type t() :: %MailSlurpAPI.Model.InboxForwarderDto{
  createdAt: DateTime.t(),
  field: String.t(),
  forwardToRecipients: [String.t()],
  id: String.t(),
  inboxId: String.t(),
  match: String.t(),
  name: String.t() | nil
}