Files
Prowlarr-TS-SDK/docs/models/operations/getapiv1indexerstatsrequest.md
2025-05-16 17:01:58 -05:00

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 |