namespace Bit.Api.Models.Request.Organizations; public class ImportOrganizationCiphersRequestModel { public CollectionRequestModel[] Collections { get; set; } public CipherRequestModel[] Ciphers { get; set; } public KeyValuePair[] CollectionRelationships { get; set; } }