7 lines
162 B
C#
7 lines
162 B
C#
public record SiteGatewaySummaryResponse(
|
|
Guid SiteId,
|
|
int TotalGateways,
|
|
int Online,
|
|
int Degraded,
|
|
int Offline,
|
|
int TotalBufferedEvents); |