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:
22
docs/models/taskresource.md
Normal file
22
docs/models/taskresource.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# TaskResource
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { TaskResource } from "prowlarr";
|
||||
|
||||
let value: TaskResource = {};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
|
||||
| `id` | *number* | :heavy_minus_sign: | N/A |
|
||||
| `name` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `taskName` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `interval` | *number* | :heavy_minus_sign: | N/A |
|
||||
| `lastExecution` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
|
||||
| `lastStartTime` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
|
||||
| `nextExecution` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
|
||||
| `lastDuration` | *string* | :heavy_minus_sign: | N/A |
|
||||
Reference in New Issue
Block a user