> ## 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

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

## HceHealthResponse Class

Health check response from HCE service.

```csharp theme={null}
public record HceHealthResponse : System.IEquatable<ResQ.Clients.HceHealthResponse>
```

Inheritance [System.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object "System.Object") → HceHealthResponse

Implements [System.IEquatable\<](https://learn.microsoft.com/en-us/dotnet/api/system.iequatable-1 "System.IEquatable`1")[HceHealthResponse](./ResQ.Clients.HceHealthResponse.md "ResQ.Clients.HceHealthResponse")[>](https://learn.microsoft.com/en-us/dotnet/api/system.iequatable-1 "System.IEquatable`1")

| Constructors                                                                                                                                            |                                         |
| :------------------------------------------------------------------------------------------------------------------------------------------------------ | :-------------------------------------- |
| [HceHealthResponse(string)](./ResQ.Clients.HceHealthResponse.HceHealthResponse\(string\).md "ResQ.Clients.HceHealthResponse.HceHealthResponse(string)") | Health check response from HCE service. |

| Properties                                                                                   |                                              |
| :------------------------------------------------------------------------------------------- | :------------------------------------------- |
| [Status](./ResQ.Clients.HceHealthResponse.Status.md "ResQ.Clients.HceHealthResponse.Status") | Health status (e.g., "healthy", "degraded"). |
