mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
20 lines
2.0 KiB
Markdown
20 lines
2.0 KiB
Markdown
# HistoryResourcePagingResource
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { HistoryResourcePagingResource } from "prowlarr/models";
|
|
|
|
let value: HistoryResourcePagingResource = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
|
|
| `page` | *number* | :heavy_minus_sign: | N/A |
|
|
| `pageSize` | *number* | :heavy_minus_sign: | N/A |
|
|
| `sortKey` | *string* | :heavy_minus_sign: | N/A |
|
|
| `sortDirection` | [models.SortDirection](../models/sortdirection.md) | :heavy_minus_sign: | N/A |
|
|
| `totalRecords` | *number* | :heavy_minus_sign: | N/A |
|
|
| `records` | [models.HistoryResource](../models/historyresource.md)[] | :heavy_minus_sign: | N/A | |