# EmailAddress
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| `id` | *Optional extends String>* | :heavy_minus_sign: | N/A |
| `object` | [com.clerk.backend_api.models.components.EmailAddressObject](../../models/components/EmailAddressObject.md) | :heavy_check_mark: | String representing the object's type. Objects of the same type share the same value.
|
| `emailAddress` | *String* | :heavy_check_mark: | N/A |
| `reserved` | *boolean* | :heavy_check_mark: | N/A |
| `verification` | [Optional extends com.clerk.backend_api.models.components.Verification>](../../models/components/Verification.md) | :heavy_check_mark: | N/A |
| `linkedTo` | List<[com.clerk.backend_api.models.components.IdentificationLink](../../models/components/IdentificationLink.md)> | :heavy_check_mark: | N/A |
| `createdAt` | *long* | :heavy_check_mark: | Unix timestamp of creation
|
| `updatedAt` | *long* | :heavy_check_mark: | Unix timestamp of creation
|