Files
clerk-sdk-java/docs/models/components/EmailAddress.md
2024-06-13 13:51:50 -04:00

15 lines
4.7 KiB
Markdown

# 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.<br/> |
| `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<br/> |
| `updatedAt` | *long* | :heavy_check_mark: | Unix timestamp of creation<br/> |