Sha256: afba44f93765b546e77c9c08661d1a8d1d20e3a415d79e8a18f0c2fb50598347

Contents?: true

Size: 1.2 KB

Versions: 1

Compression:

Stored size: 1.2 KB

Contents

# MailSlurpClient::WaitForConditions

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count** | **Integer** | Number of results that should match conditions | [optional] 
**count_type** | **String** | Should exactly count number of results be returned or at least that many. | [optional] 
**inbox_id** | **String** | Inbox to search within | [optional] 
**matches** | [**Array<MatchOption>**](MatchOption.md) | Conditions that should be matched | [optional] 
**sort_direction** | **String** | Direction to sort matching emails by created time | [optional] 
**timeout** | **Integer** | Max time in milliseconds to wait until conditions are met | [optional] 
**unread_only** | **Boolean** | Apply only to unread emails | [optional] 

## Code Sample

```ruby
require 'MailSlurpClient'

instance = MailSlurpClient::WaitForConditions.new(count: null,
                                 count_type: null,
                                 inbox_id: null,
                                 matches: null,
                                 sort_direction: null,
                                 timeout: null,
                                 unread_only: null)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mailslurp_client-7.0.7 docs/WaitForConditions.md