mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
more models
This commit is contained in:
11
src/Core/Models/Response/CollectionResponse.cs
Normal file
11
src/Core/Models/Response/CollectionResponse.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Bit.Core.Models.Response
|
||||
{
|
||||
public class CollectionResponse
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string OrganizationId { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string ExternalId { get; set; }
|
||||
public bool ReadOnly { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user