Field | Type | Required | Description | Example |
---|---|---|---|---|
object |
models.WaitlistEntryObject | ✔️ | N/A | |
id |
str | ✔️ | N/A | |
email_address |
str | ✔️ | N/A | |
status |
models.WaitlistEntryStatus | ✔️ | N/A | pending |
created_at |
int | ✔️ | Unix timestamp of creation. |
|
updated_at |
int | ✔️ | Unix timestamp of last update. |
|
is_locked |
Optional[bool] | ➖ | Indicates if the waitlist entry is locked. Locked entries are being processed in a batch action and are unavailable for other actions. |
|
invitation |
OptionalNullable[models.WaitlistEntryInvitation] | ➖ | N/A |