MailSlurpAPI.Model.EmailContentMatchResult (mailslurp v15.17.22)

Matches for the given pattern

Summary

Types

@type t() :: %MailSlurpAPI.Model.EmailContentMatchResult{
  matches: [String.t()],
  pattern: String.t()
}