MailSlurpAPI.Model.MatchOption (mailslurp v15.17.22)

Options for matching emails in an inbox. Each match option object contains a `field`, `should` and `value` property. Together they form logical conditions such as `SUBJECT` should `CONTAIN` value.

Summary

Types

@type t() :: %MailSlurpAPI.Model.MatchOption{
  field: String.t(),
  should: String.t(),
  value: String.t()
}