kalium
common
persistence
/
com.wire.kalium.persistence.dao.conversation.folder
/
ConversationFolderEntity
Conversation
Folder
Entity
data
class
ConversationFolderEntity
(
val
id
:
String
,
val
name
:
String
,
val
type
:
ConversationFolderTypeEntity
)
Members
Constructors
Conversation
Folder
Entity
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
type
:
ConversationFolderTypeEntity
)
Properties
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
ConversationFolderTypeEntity