MailSlurpAPI.Model.InboxRulesetDto (mailslurp v15.17.22)

Rules for inbox

Summary

Types

@type t() :: %MailSlurpAPI.Model.InboxRulesetDto{
  action: String.t(),
  createdAt: DateTime.t(),
  handler: String.t(),
  id: String.t(),
  inboxId: String.t() | nil,
  scope: String.t(),
  target: String.t()
}