kalium
common
logic
/
com.wire.kalium.logic.feature.conversation
/
CheckConversationInviteCodeUseCase
/
Result
/
Success
Success
data
class
Success
(
val
name
:
String
?
,
val
conversationId
:
<Error class: unknown class>
,
val
isSelfMember
:
Boolean
,
val
isPasswordProtected
:
Boolean
)
:
CheckConversationInviteCodeUseCase.Result
Members
Constructors
Success
Link copied to clipboard
constructor
(
name
:
String
?
,
conversationId
:
<Error class: unknown class>
,
isSelfMember
:
Boolean
,
isPasswordProtected
:
Boolean
)
Properties
conversation
Id
Link copied to clipboard
val
conversationId
:
<Error class: unknown class>
is
Password
Protected
Link copied to clipboard
val
isPasswordProtected
:
Boolean
is
Self
Member
Link copied to clipboard
val
isSelfMember
:
Boolean
name
Link copied to clipboard
val
name
:
String
?