mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
20 lines
1.8 KiB
Markdown
20 lines
1.8 KiB
Markdown
# LogResourcePagingResource
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { LogResourcePagingResource } from "prowlarr";
|
|
|
|
let value: LogResourcePagingResource = {};
|
|
```
|
|
|
|
## 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.LogResource](../models/logresource.md)[] | :heavy_minus_sign: | N/A | |