MailSlurpAPI.Model.WaitForConditions (mailslurp v15.17.22)

Conditions to apply to emails that you are waiting for

Summary

Types

@type 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
}