FolderWithConversationsEntity
data class FolderWithConversationsEntity(val id: String, val name: String, val type: ConversationFolderTypeEntity, val conversationIdList: List<QualifiedIDEntity>)
Constructors
Link copied to clipboard
constructor(id: String, name: String, type: ConversationFolderTypeEntity, conversationIdList: List<QualifiedIDEntity>)