8 lines
210 B
C#
8 lines
210 B
C#
public record AlertThresholdRequest(
|
|
string ObservationCode,
|
|
string DisplayName,
|
|
string Unit,
|
|
decimal? CriticalLow,
|
|
decimal? WarningLow,
|
|
decimal? WarningHigh,
|
|
decimal? CriticalHigh); |