LabeledConversationEntity

data class LabeledConversationEntity(    val folderId: String,     val folderName: String,     val folderType: ConversationFolderTypeEntity,     val conversationId: QualifiedIDEntity?)

Constructors

Link copied to clipboard
constructor(folderId: String, folderName: String, folderType: ConversationFolderTypeEntity, conversationId: QualifiedIDEntity?)

Properties

Link copied to clipboard
Link copied to clipboard
val folderId: String
Link copied to clipboard
val folderName: String
Link copied to clipboard