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

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

## IncidentResponse(string, string, string, string, string) Constructor

Response from creating or retrieving an incident.

```csharp theme={null}
public IncidentResponse(string Id, string IncidentType, string Severity, string Status, string CreatedAt);
```

#### Parameters

<a name="ResQ.Clients.IncidentResponse.IncidentResponse(string,string,string,string,string).Id" />

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

<a name="ResQ.Clients.IncidentResponse.IncidentResponse(string,string,string,string,string).IncidentType" />

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

<a name="ResQ.Clients.IncidentResponse.IncidentResponse(string,string,string,string,string).Severity" />

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

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

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

<a name="ResQ.Clients.IncidentResponse.IncidentResponse(string,string,string,string,string).CreatedAt" />

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