Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 6.79 KB

waitlistentry.md

File metadata and controls

15 lines (12 loc) · 6.79 KB

WaitlistEntry

Fields

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