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

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

## CreateIncidentRequest Class

Request to create a new incident.

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

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

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

| Constructors                                                                                                                                                                                                                                                                              |                                   |
| :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-------------------------------- |
| [CreateIncidentRequest(string, string, LocationDto, string)](./ResQ.Clients.CreateIncidentRequest.CreateIncidentRequest\(string,string,ResQ.Clients.LocationDto,string\).md "ResQ.Clients.CreateIncidentRequest.CreateIncidentRequest(string, string, ResQ.Clients.LocationDto, string)") | Request to create a new incident. |
