Overview
TheWaitlistResponse struct represents the response returned when fetching users on the waitlist.
Definition
Fields
A vector containing the waitlist users for the current page.
Indicates whether there are more waitlist users available beyond the current page.
Usage Example
Related Types
- WaitlistUser - The waitlist user model
- ListWaitlistOptions - Query options for listing waitlist users
See Also
- fetch_waitlist - API method that returns this type
- add_to_waitlist - API method to add users to waitlist
