> ## 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.HealthResponse(string,bool,bool,bool)

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

## HealthResponse(string, bool, bool, bool) Constructor

Health check response from infrastructure-api.

```csharp theme={null}
public HealthResponse(string Status, bool Pinata, bool Gemini, bool Blockchain);
```

#### Parameters

<a name="ResQ.Clients.HealthResponse.HealthResponse(string,bool,bool,bool).Status" />

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

<a name="ResQ.Clients.HealthResponse.HealthResponse(string,bool,bool,bool).Pinata" />

`Pinata` [System.Boolean](https://learn.microsoft.com/en-us/dotnet/api/system.boolean "System.Boolean")

<a name="ResQ.Clients.HealthResponse.HealthResponse(string,bool,bool,bool).Gemini" />

`Gemini` [System.Boolean](https://learn.microsoft.com/en-us/dotnet/api/system.boolean "System.Boolean")

<a name="ResQ.Clients.HealthResponse.HealthResponse(string,bool,bool,bool).Blockchain" />

`Blockchain` [System.Boolean](https://learn.microsoft.com/en-us/dotnet/api/system.boolean "System.Boolean")
