Skip to main content

ResQ.Clients

ReportIncidentRequest Class

Request to report an incident to HCE.
public record ReportIncidentRequest : System.IEquatable<ResQ.Clients.ReportIncidentRequest>
Inheritance System.Object → ReportIncidentRequest Implements System.IEquatable<ReportIncidentRequest>
Constructors
ReportIncidentRequest(string, string, LocationDto, string)Request to report an incident to HCE.
Properties
DescriptionOptional human-readable description.
IncidentTypeType of incident (e.g., “FIRE”, “FLOOD”).
LocationGeographic location of the incident.
SeveritySeverity level (e.g., “LOW”, “MEDIUM”, “HIGH”, “CRITICAL”).