mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
api models
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
public string OrganizationId { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string ExternalId { get; set; }
|
||||
}
|
||||
|
||||
public class CollectionDetailsResponse : CollectionResponse
|
||||
{
|
||||
public bool ReadOnly { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user