8 lines
215 B
C#
8 lines
215 B
C#
namespace Moonlight.App.ApiClients.Daemon.Requests;
|
|
|
|
public class Mount
|
|
{
|
|
public string Server { get; set; } = "";
|
|
public string ServerPath { get; set; } = "";
|
|
public string Path { get; set; } = "";
|
|
} |