1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 00:03:22 +00:00

api models

This commit is contained in:
Kyle Spearrin
2019-04-16 11:07:32 -04:00
parent 567ebcd06e
commit 5d2f4e6ca4
11 changed files with 244 additions and 0 deletions

View File

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