| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, |
| Key | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| count | decimal.Decimal, int, | decimal.Decimal, | [optional] value must be a 32 bit integer | |
| offset | decimal.Decimal, int, | decimal.Decimal, | [optional] value must be a 32 bit integer | |
| limit | decimal.Decimal, int, | decimal.Decimal, | [optional] value must be a 32 bit integer | |
| pageStart | decimal.Decimal, int, | decimal.Decimal, | [optional] value must be a 32 bit integer | |
| pageEnd | decimal.Decimal, int, | decimal.Decimal, | [optional] value must be a 32 bit integer | |
| currentPage | decimal.Decimal, int, | decimal.Decimal, | [optional] value must be a 32 bit integer | |
| totalPages | decimal.Decimal, int, | decimal.Decimal, | [optional] value must be a 32 bit integer | |
| isPrevious | bool, | BoolClass, | [optional] | |
| previousPage | decimal.Decimal, int, | decimal.Decimal, | [optional] value must be a 32 bit integer | |
| isNext | bool, | BoolClass, | [optional] | |
| nextPage | decimal.Decimal, int, | decimal.Decimal, | [optional] value must be a 32 bit integer |