> ## 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.CreateIncidentRequest(string,string,ResQ.Clients.LocationDto,string)

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

## CreateIncidentRequest(string, string, LocationDto, string) Constructor

Request to create a new incident.

```csharp theme={null}
public CreateIncidentRequest(string IncidentType, string Severity, ResQ.Clients.LocationDto? Location, string? Description);
```

#### Parameters

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

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

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

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

<a name="ResQ.Clients.CreateIncidentRequest.CreateIncidentRequest(string,string,ResQ.Clients.LocationDto,string).Location" />

`Location` [LocationDto](./ResQ.Clients.LocationDto.md "ResQ.Clients.LocationDto")

<a name="ResQ.Clients.CreateIncidentRequest.CreateIncidentRequest(string,string,ResQ.Clients.LocationDto,string).Description" />

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