MailSlurpAPI.Model.UpdateInboxReplierOptions (mailslurp v15.17.22)

Options for updating an inbox replier

Summary

Types

@type t() :: %MailSlurpAPI.Model.UpdateInboxReplierOptions{
  body: String.t() | nil,
  charset: String.t() | nil,
  field: String.t(),
  from: String.t() | nil,
  ignoreReplyTo: boolean() | nil,
  inboxId: String.t(),
  isHTML: boolean() | nil,
  match: String.t(),
  name: String.t() | nil,
  replyTo: String.t() | nil,
  subject: String.t() | nil,
  templateId: String.t() | nil,
  templateVariables: %{optional(String.t()) => Map} | nil
}