# AliasDto
# Properties
Name | Type | Description | Notes |
---|---|---|---|
createdAt | Date | [optional] | |
emailAddress | String | The alias's email address for receiving email | [optional] |
_id | UUID | ||
inboxId | UUID | Inbox that is associated with the alias | [optional] |
isVerified | 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] |
maskedEmailAddress | String | The underlying email address that is hidden and will received forwarded email | [optional] |
name | String | [optional] | |
updatedAt | Date | [optional] | |
useThreads | Bool | If alias will generate response threads or not when email are received by it | [optional] |
userId | UUID |
[Back to Model list] [Back to API list] [Back to README]