WebApiActiveQueryBuilder::Object::Pagination
Load the model package
use WebApiActiveQueryBuilder::Object::Pagination;
Properties
Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- skip | int | Number of rows to skip from the top of original resultset. | [optional] take | int | Number of rows to get from orignal to new resultset. | [optional]