mailslurp_netstandard_2x.Model.SmsMatchOption
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.
Properties
Name | Type | Description | Notes |
---|---|---|---|
Field | string | Fields of an SMS object that can be used to filter results | |
Should | string | How the value of the email field specified should be compared to the value given in the match options. | |
Value | string | The value you wish to compare with the value of the field specified using the should value passed. For example BODY should CONTAIN a value passed. |