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:
19
docs/models/operations/getapiv1logrequest.md
Normal file
19
docs/models/operations/getapiv1logrequest.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# GetApiV1LogRequest
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { GetApiV1LogRequest } from "prowlarr/models/operations";
|
||||
|
||||
let value: GetApiV1LogRequest = {};
|
||||
```
|
||||
|
||||
## 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 |
|
||||
| `level` | *string* | :heavy_minus_sign: | N/A |
|
||||
Reference in New Issue
Block a user