mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
19 lines
1.8 KiB
Markdown
19 lines
1.8 KiB
Markdown
# HealthResource
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { HealthResource } from "prowlarr/models";
|
|
|
|
let value: HealthResource = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
|
|
| `id` | *number* | :heavy_minus_sign: | N/A |
|
|
| `source` | *string* | :heavy_minus_sign: | N/A |
|
|
| `type` | [models.HealthCheckResult](../models/healthcheckresult.md) | :heavy_minus_sign: | N/A |
|
|
| `message` | *string* | :heavy_minus_sign: | N/A |
|
|
| `wikiUrl` | *string* | :heavy_minus_sign: | N/A | |