PaginationSpec specifies how many results to include.
Name | Type | Description | Notes |
---|---|---|---|
count | int | Count specifies the number of points to include. Value should be at least 1. | [optional] |
offset | int | Offset specifies the starting point when using Count. Value should be at least 0. | [optional] if omitted the server will use the default value of 0 |