mailslurp 11.3.0

Official MailSlurp Email API Client
Documentation
# AliasDto

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | Option<**String**> |  | [optional]
**email_address** | Option<**String**> | The alias's email address for receiving email | [optional]
**id** | **String** |  | 
**inbox_id** | Option<**String**> | Inbox that is associated with the alias | [optional]
**is_verified** | Option<**bool**> | Has the alias been verified. You must verify an alias if the masked email address has not yet been verified by your account | [optional]
**masked_email_address** | Option<**String**> | The underlying email address that is hidden and will received forwarded email | [optional]
**name** | Option<**String**> |  | [optional]
**updated_at** | Option<**String**> |  | [optional]
**use_threads** | Option<**bool**> | If alias will generate response threads or not when email are received by it | [optional]
**user_id** | **String** |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)