MailSlurpAPI.Model.CreateInboxRulesetOptions (mailslurp v15.17.22)

Options for creating inbox rulesets. Inbox rulesets can be used to block, allow, filter, or forward emails when sending or receiving using the inbox.

Summary

Types

@type t() :: %MailSlurpAPI.Model.CreateInboxRulesetOptions{
  action: String.t(),
  scope: String.t(),
  target: String.t()
}