MailSlurpAPI.Model.SmsMatchOption (mailslurp v15.17.22)

Options for matching SMS messages in a phone number. Each match option object contains a `field`, `should` and `value` property. Together they form logical conditions such as `BODY` should `CONTAIN` value.

Summary

Types

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