kalium
common
persistence
/
com.wire.kalium.persistence.dao.conversation.folder
/
ConversationLabelEntity
Conversation
Label
Entity
data
class
ConversationLabelEntity
(
val
conversationId
:
QualifiedIDEntity
,
val
folderId
:
String
)
Members
Constructors
Conversation
Label
Entity
Link copied to clipboard
constructor
(
conversationId
:
QualifiedIDEntity
,
folderId
:
String
)
Properties
conversation
Id
Link copied to clipboard
val
conversationId
:
QualifiedIDEntity
folder
Id
Link copied to clipboard
val
folderId
:
String