Files
Prowlarr-TS-SDK/docs/models/healthresource.md

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 |