StaffListResponse
data class StaffListResponse(val code: Int, val params: StaffListResponse.Params, val item: List<StaffListResponse.StaffListResponseItem>, val total: Int)(source)
Constructors
Link copied to clipboard
constructor(code: Int, params: StaffListResponse.Params, item: List<StaffListResponse.StaffListResponseItem>, total: Int)