MailSlurpAPI.Model.InboxRulesetProjection (mailslurp v12.5.0)

Representation of an inbox ruleset

Link to this section Summary

Link to this section Types

Specs

t() :: %MailSlurpAPI.Model.InboxRulesetProjection{
  action: String.t(),
  handler: String.t(),
  id: String.t(),
  inboxId: String.t(),
  scope: String.t(),
  target: String.t()
}