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