UMetricsResponse constructor
UMetricsResponse({})
Implementation
UMetricsResponse({
this.cpuUsage = 0,
this.memoryUsage = 0,
this.diskUsage = 0,
this.totalMemory = 0,
this.freeMemory = 0,
this.totalDisk = 0,
this.freeDisk = 0,
this.date = "",
});