toggle menu
BlendVisionMessageSDK
androidJvm
switch theme
search in API
common
/
com.blendvision.chat.messaging.common.presentation
/
Option
Option
data
class
Option
(
val
corrected
:
Boolean
,
val
id
:
String
,
val
text
:
String
,
val
votesCount
:
Int
)
Members
Constructors
Option
Link copied to clipboard
constructor
(
corrected
:
Boolean
,
id
:
String
,
text
:
String
,
votesCount
:
Int
)
Properties
corrected
Link copied to clipboard
@
SerializedName
(
value
=
"corrected"
)
val
corrected
:
Boolean
id
Link copied to clipboard
@
SerializedName
(
value
=
"id"
)
val
id
:
String
text
Link copied to clipboard
@
SerializedName
(
value
=
"text"
)
val
text
:
String
votes
Count
Link copied to clipboard
@
SerializedName
(
value
=
"votes_count"
)
val
votesCount
:
Int