matrix-sdk-android
1.6.10
matrix-sdk-android
/
org.matrix.android.sdk.api.session.room.model.message
/
PollResponse
Poll
Response
@
JsonClass
(
generateAdapter
=
true
)
data
class
PollResponse
(
@
Json
(
name
=
"answers"
)
val
answers
:
List
<
String
>
?
=
null
)
Content copied to clipboard
Constructors
Properties
Constructors
Poll
Response
Link copied to clipboard
fun
PollResponse
(
@
Json
(
name
=
"answers"
)
answers
:
List
<
String
>
?
=
null
)
Content copied to clipboard
Properties
answers
Link copied to clipboard
val
answers
:
List
<
String
>
?
=
null
Content copied to clipboard