# MailSlurpClient::MatchOptions
# Properties
Name | Type | Description | Notes |
---|---|---|---|
matches | Array<MatchOption> | 1 or more match options. Options are additive so if one does not match the email is excluded from results | [optional] |
# Code Sample
require 'MailSlurpClient'
instance = MailSlurpClient::MatchOptions.new(matches: null)