Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public record PreAlert : System.IEquatable<ResQ.Core.PreAlert>
var alert = new PreAlert { AlertId = "pa-001", SectorId = "sector-7", PredictedDisasterType = DisasterType.Wildfire, Probability = 0.85f, ForecastHorizonHours = 24, Severity = AlertSeverity.High };
Was this page helpful?