# InvitationRevoked ## Fields | Field | Type | Required | Description | Example | | --------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | | `object` | [com.clerk.backend_api.models.components.InvitationRevokedObject](../../models/components/InvitationRevokedObject.md) | :heavy_check_mark: | N/A | | | `id` | *String* | :heavy_check_mark: | N/A | | | `emailAddress` | *String* | :heavy_check_mark: | N/A | | | `publicMetadata` | [Optional](../../models/components/InvitationRevokedPublicMetadata.md) | :heavy_minus_sign: | N/A | | | `revoked` | *Optional* | :heavy_minus_sign: | N/A | true | | `status` | [com.clerk.backend_api.models.components.InvitationRevokedStatus](../../models/components/InvitationRevokedStatus.md) | :heavy_check_mark: | N/A | revoked | | `url` | *JsonNullable* | :heavy_minus_sign: | N/A | | | `createdAt` | *long* | :heavy_check_mark: | Unix timestamp of creation.
| | | `updatedAt` | *long* | :heavy_check_mark: | Unix timestamp of last update.
| |