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:
20
docs/models/backupresource.md
Normal file
20
docs/models/backupresource.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# BackupResource
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { BackupResource } from "prowlarr";
|
||||
|
||||
let value: BackupResource = {};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
|
||||
| `id` | *number* | :heavy_minus_sign: | N/A |
|
||||
| `name` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `path` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `type` | [models.BackupType](../models/backuptype.md) | :heavy_minus_sign: | N/A |
|
||||
| `size` | *number* | :heavy_minus_sign: | N/A |
|
||||
| `time` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
|
||||
Reference in New Issue
Block a user