11 lines
247 B
C#

namespace Adaptation.FileHandlers.OpenInsightMetrologyViewer;
internal class NginxFileSystem
{
public string Name { get; set; }
public string Type { get; set; }
public string MTime { get; set; }
public float Size { get; set; }
}