Skip to main content

ResQ.Clients.ReportIncidentRequest

ReportIncidentRequest(string, string, LocationDto, string) Constructor

Request to report an incident to HCE.
public ReportIncidentRequest(string IncidentType, string Severity, ResQ.Clients.LocationDto Location, string? Description);

Parameters

IncidentType System.String Type of incident (e.g., “FIRE”, “FLOOD”). Severity System.String Severity level (e.g., “LOW”, “MEDIUM”, “HIGH”, “CRITICAL”). Location LocationDto Geographic location of the incident. Description System.String Optional human-readable description.