| name | data type | description |
|---|---|---|
Properties inherited from PList |
||
| list | array of object | |
| pageSize | number | |
| sortBy | string | |
| sortType | SortType | |
| startIndex | number | |
| totalCount | number | |
Example
{
"list" : [ { }, { } ],
"pageSize" : 12345,
"sortBy" : "...",
"sortType" : "ASC",
"startIndex" : 12345,
"totalCount" : 12345
}