data class Score
Score of the entity.
See Also
<init> |
Score of the entity. Score(score1: ScoreEntry? = null, score2: ScoreEntry? = null, score3: ScoreEntry? = null, score4: ScoreEntry? = null, score5: ScoreEntry? = null, score6: ScoreEntry? = null, score7: ScoreEntry? = null, score8: ScoreEntry? = null, score9: ScoreEntry? = null, score10: ScoreEntry? = null) |
score1 |
Score entry for score 1. val score1: ScoreEntry? |
score10 |
Score entry for score 10. val score10: ScoreEntry? |
score2 |
Score entry for score 2. val score2: ScoreEntry? |
score3 |
Score entry for score 3. val score3: ScoreEntry? |
score4 |
Score entry for score 4. val score4: ScoreEntry? |
score5 |
Score entry for score 5. val score5: ScoreEntry? |
score6 |
Score entry for score 6. val score6: ScoreEntry? |
score7 |
Score entry for score 7. val score7: ScoreEntry? |
score8 |
Score entry for score 8. val score8: ScoreEntry? |
score9 |
Score entry for score 9. val score9: ScoreEntry? |