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

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

## HealthResponse Class

Health check response from infrastructure-api.

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

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

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

| Constructors                                                                                                                                                                                |                                                |
| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :--------------------------------------------- |
| [HealthResponse(string, bool, bool, bool)](./ResQ.Clients.HealthResponse.HealthResponse\(string,bool,bool,bool\).md "ResQ.Clients.HealthResponse.HealthResponse(string, bool, bool, bool)") | Health check response from infrastructure-api. |
