Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.8 KB

File metadata and controls

12 lines (9 loc) · 1.8 KB

GetListMembersCursorResponse

Fields

Field Type Required Description Example
code int ✔️ The status code of the response.
msg str ✔️ The message of the response.
data List[models.UserModel] ✔️ A list of user objects.
has_next_page bool ✔️ Whether another page is available.
next_cursor OptionalNullable[str] The next cursor of the members to get. 1234567890