2018-06-11 14:25:53 -04:00
|
|
|
|
using Bit.Core.Models.Table;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Bit.Core.Models.Data
|
|
|
|
|
|
{
|
|
|
|
|
|
public class CollectionDetails : Collection
|
|
|
|
|
|
{
|
|
|
|
|
|
public bool ReadOnly { get; set; }
|
2020-05-21 15:36:47 +02:00
|
|
|
|
public bool HidePasswords { get; set; }
|
2018-06-11 14:25:53 -04:00
|
|
|
|
}
|
|
|
|
|
|
}
|