mirror of
https://github.com/bitwarden/server
synced 2025-12-18 17:23:28 +00:00
rename foles for subvault => collection
This commit is contained in:
13
src/Core/Models/Data/CollectionUserCollectionDetails.cs
Normal file
13
src/Core/Models/Data/CollectionUserCollectionDetails.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace Bit.Core.Models.Data
|
||||
{
|
||||
public class CollectionUserCollectionDetails
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public Guid OrganizationUserId { get; set; }
|
||||
public string Name { get; set; }
|
||||
public Guid CollectionId { get; set; }
|
||||
public bool ReadOnly { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user