4 lines
154 B
C#
4 lines
154 B
C#
public record GatewayHeartbeatRequest(
|
|
string Status, // ONLINE | DEGRADED | OFFLINE
|
|
int BufferDepth,
|
|
DateTimeOffset ReportedAtUtc); |