| Field | Setter Type | Getter Type | Required | Description | Example |
|---|---|---|---|---|---|
code |
long | long | ✔️ | The status code of the response. | |
msg |
String | String | ✔️ | The message of the response. | |
data |
List<UserModel> | List<UserModel> | ✔️ | A list of user objects for the current page. | |
hasNextPage |
boolean | boolean | ✔️ | Whether another page is available. | |
nextCursor |
@Nullable String | JsonNullable<String> | ➖ | Use this cursor to fetch the next page when has_next_page is true. Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null. |
eyJpZCI6IjIwNjAwNTE1Mzg3OTQ0Mzg2NzciLCJmbG9ja0N1cnNvciI6IjQ2MTE2ODYwMTg2Mjg5ODcxNzkiLCJvcmlnaW5hbERpcmVjdGlvbiI6IkRlc2NlbmRpbmcifQ==-999995 |