update api
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
public record GroupDto
|
||||
{
|
||||
public string GID { get; set; }
|
||||
public string OwnedBy { get; set; }
|
||||
public bool InvitesEnabled { get; set; }
|
||||
public bool IsPaused { get; set; }
|
||||
public bool IsDeleted { get; set; }
|
||||
public string Alias { get; set; }
|
||||
public string? OwnedBy { get; set; }
|
||||
public bool? InvitesEnabled { get; set; }
|
||||
public bool? IsPaused { get; set; }
|
||||
public bool? IsDeleted { get; set; }
|
||||
public string? Alias { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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