1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 23:52:50 -05:00

Reference events for Send (#1165)

This commit is contained in:
Chad Scharf
2021-02-25 13:40:26 -05:00
committed by GitHub
parent 07427623b3
commit 2f7c2a64e0
3 changed files with 30 additions and 0 deletions

View File

@ -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; }
}
}