mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
21 lines
3.5 KiB
Markdown
21 lines
3.5 KiB
Markdown
# HistoryResource
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { HistoryResource } from "prowlarr/models";
|
|
|
|
let value: HistoryResource = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
|
|
| `id` | *number* | :heavy_minus_sign: | N/A |
|
|
| `indexerId` | *number* | :heavy_minus_sign: | N/A |
|
|
| `date` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
|
|
| `downloadId` | *string* | :heavy_minus_sign: | N/A |
|
|
| `successful` | *boolean* | :heavy_minus_sign: | N/A |
|
|
| `eventType` | [models.HistoryEventType](../models/historyeventtype.md) | :heavy_minus_sign: | N/A |
|
|
| `data` | Record<string, *string*> | :heavy_minus_sign: | N/A | |