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

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

## IncidentResponse Class

Response from creating or retrieving an incident.

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

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

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

| Constructors                                                                                                                                                                                                                                   |                                                   |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------ |
| [IncidentResponse(string, string, string, string, string)](./ResQ.Clients.IncidentResponse.IncidentResponse\(string,string,string,string,string\).md "ResQ.Clients.IncidentResponse.IncidentResponse(string, string, string, string, string)") | Response from creating or retrieving an incident. |
