mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
initial generation
This commit is contained in:
20
docs/models/historyresourcepagingresource.md
Normal file
20
docs/models/historyresourcepagingresource.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# HistoryResourcePagingResource
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { HistoryResourcePagingResource } from "prowlarr";
|
||||
|
||||
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 |
|
||||
Reference in New Issue
Block a user