LeaderBoardEntryPaginationResult
data class LeaderBoardEntryPaginationResult
Fields
Name | Description |
---|---|
val count: Int
|
|
val hasPrevious: Boolean
|
|
val hasNext: Boolean
|
|
val list: List<LeaderBoardEntry>?
|
Constructors
<init>
constructor(count: Int, hasPrevious: Boolean, hasNext: Boolean, list: List<LeaderBoardEntry>?)
Parameters
Name | Description |
---|---|
count: Int
|
|
hasPrevious: Boolean
|
|
hasNext: Boolean
|
|
list: List<LeaderBoardEntry>?
|