matrix-sdk-android
androidJvm
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
)
Members
Constructors
Vote
Summary
Link copied to clipboard
constructor
(
total
:
Int
=
0
,
percentage
:
Double
=
0.0
)
Properties
percentage
Link copied to clipboard
val
percentage
:
Double
=
0.0
total
Link copied to clipboard
val
total
:
Int
=
0