MatchOption
Properties
Name | Type | Description | Notes |
Field | String | Fields of an email 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. | |
Examples
$MatchOption = Initialize-maislurp-client-powershellMatchOption -Field null `
-Should null `
-Value null
- Convert the resource to JSON
$MatchOption | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to ]