data class ReviewerScore
List of reviewers score.
<init> |
List of reviewers score. ReviewerScore(overall: Int? = null, story: Int? = null, animation: Int? = null, sound: Int? = null, character: Int? = null, enjoyment: Int? = null) |
animation |
Animation reviewer's score. val animation: Int? |
character |
Character reviewer's score. val character: Int? |
enjoyment |
Enjoyment reviewer's score. val enjoyment: Int? |
overall |
Overall reviewer's score. val overall: Int? |
sound |
Sound reviewer's score. val sound: Int? |
story |
Story reviewer's score. val story: Int? |