MailSlurpClient::SmsMatchOption
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. | |
Code Sample
require 'MailSlurpClient'
instance = MailSlurpClient::SmsMatchOption.new(field: null,
should: null,
value: null)