Hydra core
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Hydra core
Hydra core
/
knf.hydra.core.models.data
/
RankingData
Ranking
Data
data
class
RankingData
(
@
FloatRange
(
from
=
0.0
,
to
=
5.0
)
val
stars
:
Double
,
val
count
:
Int
?
=
null
)
Represents a ranking data
Members
Constructors
Ranking
Data
Link copied to clipboard
constructor
(
@
FloatRange
(
from
=
0.0
,
to
=
5.0
)
stars
:
Double
,
count
:
Int
?
=
null
)
Properties
count
Link copied to clipboard
val
count
:
Int
?
=
null
Rating count
stars
Link copied to clipboard
val
stars
:
Double
The star rating (0-5)