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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user