Class ResultsPaging
Paging section of ResultsResourcesPage<TResource>.
Inherited Members
Namespace: MercadoPago.Resource
Assembly: MercadoPago.dll
Syntax
public class ResultsPaging
Properties
| Edit this page View SourceLimit
Limit of items in this page.
Declaration
public int Limit { get; set; }
Property Value
Type | Description |
---|---|
int |
Offset
Current page offset.
Declaration
public int Offset { get; set; }
Property Value
Type | Description |
---|---|
int |
Total
The total number of items that match search criteria.
Declaration
public int Total { get; set; }
Property Value
Type | Description |
---|---|
int |