mirror of
https://github.com/bitwarden/server
synced 2025-12-25 20:53:16 +00:00
Reference events for Send (#1165)
This commit is contained in:
@@ -45,5 +45,12 @@ namespace Bit.Core.Models.Business
|
||||
public short? Seats { get; set; }
|
||||
|
||||
public short? Storage { get; set; }
|
||||
|
||||
[JsonConverter(typeof(StringEnumConverter))]
|
||||
public SendType? SendType { get; set; }
|
||||
|
||||
public int? MaxAccessCount { get; set; }
|
||||
|
||||
public bool? HasPassword { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user