mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
5.4 KiB
5.4 KiB
UpdateResource
Example Usage
import { UpdateResource } from "prowlarr/models";
let value: UpdateResource = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id |
number | ➖ | N/A |
version |
string | ➖ | N/A |
branch |
string | ➖ | N/A |
releaseDate |
Date | ➖ | N/A |
fileName |
string | ➖ | N/A |
url |
string | ➖ | N/A |
installed |
boolean | ➖ | N/A |
installedOn |
Date | ➖ | N/A |
installable |
boolean | ➖ | N/A |
latest |
boolean | ➖ | N/A |
changes |
models.UpdateChanges | ➖ | N/A |
hash |
string | ➖ | N/A |