mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-07 04:21:06 +00:00
19 lines
2.8 KiB
Markdown
19 lines
2.8 KiB
Markdown
# GetApiV1IndexerstatsRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetApiV1IndexerstatsRequest } from "prowlarr/models/operations";
|
|
|
|
let value: GetApiV1IndexerstatsRequest = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
|
|
| `startDate` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
|
|
| `endDate` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
|
|
| `indexers` | *string* | :heavy_minus_sign: | N/A |
|
|
| `protocols` | *string* | :heavy_minus_sign: | N/A |
|
|
| `tags` | *string* | :heavy_minus_sign: | N/A | |