6 lines
187 B
C#
6 lines
187 B
C#
public record TrendResult(
|
|
TrendOutcome Outcome,
|
|
string? ObservationCode = null,
|
|
decimal? RatePerMinute = null,
|
|
bool AlertCreated = false,
|
|
TrendContext? Trend = null); |