> ## Documentation Index
> Fetch the complete documentation index at: https://docs.resq.software/llms.txt
> Use this file to discover all available pages before exploring further.

# ResQ.Clients.HceHealthResponse.HceHealthResponse(string)

### [ResQ.Clients](./ResQ.Clients.md "ResQ.Clients").[HceHealthResponse](./ResQ.Clients.HceHealthResponse.md "ResQ.Clients.HceHealthResponse")

## HceHealthResponse(string) Constructor

Health check response from HCE service.

```csharp theme={null}
public HceHealthResponse(string Status);
```

#### Parameters

<a name="ResQ.Clients.HceHealthResponse.HceHealthResponse(string).Status" />

`Status` [System.String](https://learn.microsoft.com/en-us/dotnet/api/system.string "System.String")

Health status (e.g., "healthy", "degraded").
