MailSlurpAPI.Model.UpdateInboxReplierOptions (mailslurp v15.17.4)
Options for updating an inbox replier
Link to this section Summary
Link to this section 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 }