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

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

## IncidentAck(string, string) Constructor

Acknowledgment response from incident report.

```csharp theme={null}
public IncidentAck(string IncidentId, string Status);
```

#### Parameters

<a name="ResQ.Clients.IncidentAck.IncidentAck(string,string).IncidentId" />

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

Unique identifier for the reported incident.

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

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

Current status of the incident.
