| 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. | |
hasNextPage |
boolean | boolean | ✔️ | Whether another page is available. | |
nextCursor |
@Nullable String | JsonNullable<String> | ➖ | The next cursor of the members to get. Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null. |
1234567890 |