mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 21:46:30 +00:00
0c66607ed7
add user config queue offsets throttle improvements
9 lines
257 B
C#
9 lines
257 B
C#
namespace Azaion.CommonSecurity.DTO;
|
|
|
|
public class HardwareInfo
|
|
{
|
|
public string CPU { get; set; } = null!;
|
|
public string GPU { get; set; } = null!;
|
|
public string MacAddress { get; set; } = null!;
|
|
public string Memory { get; set; } = null!;
|
|
} |