matrix-sdk-android
1.6.10
matrix-sdk-android
/
org.matrix.android.sdk.api.session.room.model
/
VoteSummary
Vote
Summary
@
JsonClass
(
generateAdapter
=
true
)
data
class
VoteSummary
(
val
total
:
Int
=
0
,
val
percentage
:
Double
=
0.0
)
Content copied to clipboard
Constructors
Properties
Constructors
Vote
Summary
Link copied to clipboard
fun
VoteSummary
(
total
:
Int
=
0
,
percentage
:
Double
=
0.0
)
Content copied to clipboard
Properties
percentage
Link copied to clipboard
val
percentage
:
Double
=
0.0
Content copied to clipboard
total
Link copied to clipboard
val
total
:
Int
=
0
Content copied to clipboard