Enum WaitForSmsConditions.CountTypeEnum
How result size should be compared with the expected size. Exactly or at-least matching result?
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum WaitForSmsConditions.CountTypeEnum
Fields
| Name | Description |
|---|---|
| ATLEAST | Enum ATLEAST for value: ATLEAST |
| EXACTLY | Enum EXACTLY for value: EXACTLY |