Files
Moonlight/Moonlight/App/ApiClients/Daemon/Resources/SystemMetrics.cs
2023-06-07 02:46:26 +02:00

7 lines
169 B
C#

namespace Moonlight.App.ApiClients.Daemon.Resources;
public class SystemMetrics
{
public string OsName { get; set; } = "";
public long Uptime { get; set; }
}