update api
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
{
|
||||
public string GroupGID { get; set; }
|
||||
public string UserUID { get; set; }
|
||||
public string UserAlias { get; set; }
|
||||
public bool IsPaused { get; set; }
|
||||
public bool IsRemoved { get; set; }
|
||||
public string? UserAlias { get; set; }
|
||||
public bool? IsPaused { get; set; }
|
||||
public bool? IsRemoved { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user