Added policy message.
This commit is contained in:
parent
8183678bf0
commit
a3f3f90817
12
Socket/Data/PolicyMessage.cs
Normal file
12
Socket/Data/PolicyMessage.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
namespace HermesSocketServer.Models
|
||||||
|
{
|
||||||
|
public class PolicyMessage
|
||||||
|
{
|
||||||
|
public Guid Id { get; set; }
|
||||||
|
public string UserId { get; set; }
|
||||||
|
public Guid GroupId { get; set; }
|
||||||
|
public string Path { get; set; }
|
||||||
|
public int Usage { get; set; }
|
||||||
|
public int Span { get; set; }
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user