# VmosoTaskApi.PaginationRecord

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cPrev** | **String** | Cursor for the prev page. | [optional] 
**cNext** | **String** | Cursor for the next page. | [optional] 
**cHere** | **String** | Cursor to come back to this page.This is the &#39;here&#39; cursor. | [optional] 
**cMore** | **String** | Cursor for more items beyond end of list.This is set for the last page, i.e. if {@link c_next} is unavailable. | [optional] 
**markers** | **[String]** | Pagination markers.Markers are opaque values prepared and used by the serverfor more efficient pagination.@deprecate This is replaced by explicit cursor. | [optional] 
**jump** | [**PageJumpRecord**](PageJumpRecord.md) |  | [optional] 


