Sha256: 21442b69f2f849b4b52cce85fb2927fb39e28c74ab7d16a1817b547be6836998
Contents?: true
Size: 1015 Bytes
Versions: 2
Compression:
Stored size: 1015 Bytes
Contents
# MailSlurpClient::UpdateInboxOptions ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **description** | **String** | Optional description of an inbox for labelling purposes | [optional] **expires_at** | **DateTime** | When, if ever, will the inbox expire and be deleted. If null then this inbox is permanent and the emails in it won't be deleted. | [optional] **favourite** | **Boolean** | Is the inbox favourited | [optional] **name** | **String** | Optional name of the inbox. Displayed in the dashboard for easier search | [optional] **tags** | **Array<String>** | Tags that inbox has been tagged with | [optional] ## Code Sample ```ruby require 'MailSlurpClient' instance = MailSlurpClient::UpdateInboxOptions.new(description: null, expires_at: null, favourite: null, name: null, tags: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mailslurp_client-7.0.8 | docs/UpdateInboxOptions.md |
mailslurp_client-7.0.7 | docs/UpdateInboxOptions.md |