MailSlurpAPI.Model.WaitForConditions (mailslurp v14.0.5)
Conditions that a `waitForXEmails` endpoint operates on. The methods wait until given conditions are met or a timeout is reached. If the conditions are met without needing to wait the results will be returned immediately. Can include `unreadOnly` to ignore already read emails that were returned in an API call or viewing in the dashboard. Can also include matches for emails containing `from`, `subject`, `hasAttachments` etc.
Link to this section Summary
Link to this section Types
Specs
t() :: %MailSlurpAPI.Model.WaitForConditions{ before: DateTime.t() | nil, count: integer() | nil, countType: String.t() | nil, delayTimeout: integer() | nil, inboxId: String.t(), matches: [MatchOption] | nil, since: DateTime.t() | nil, sortDirection: String.t() | nil, timeout: integer(), unreadOnly: boolean() | nil }