kalium
common
persistence
/
com.wire.kalium.persistence.config
/
IsFileSharingEnabledEntity
Is
File
Sharing
Enabled
Entity
data
class
IsFileSharingEnabledEntity
(
val
status
:
Boolean
,
val
isStatusChanged
:
Boolean
?
)
Members
Constructors
Is
File
Sharing
Enabled
Entity
Link copied to clipboard
constructor
(
status
:
Boolean
,
isStatusChanged
:
Boolean
?
)
Properties
is
Status
Changed
Link copied to clipboard
val
isStatusChanged
:
Boolean
?
status
Link copied to clipboard
val
status
:
Boolean