ResQ.Clients.ReportIncidentRequest
ReportIncidentRequest(string, string, LocationDto, string) Constructor
Request to report an incident to HCE.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.