Files
met08resisrp2100/Adaptation/FileHandlers/DownloadSRPxFile/NginxFileSystem.cs
2023-05-08 15:54:57 -07:00

11 lines
237 B
C#

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