11 lines
287 B
C#
11 lines
287 B
C#
namespace skyscraper8.Tests.NUnit;
|
|
|
|
public class VoileOnlineTestSessionMetadata
|
|
{
|
|
public string OS { get; set; }
|
|
public Guid Guid { get; set; }
|
|
public string MachineName { get; set; }
|
|
public DateTime StartTime { get; set; }
|
|
public string? ProductName { get; set; }
|
|
}
|