data class RelatedAnime
Lists of related items of the anime.
See Also
<init> |
Lists of related items of the anime. RelatedAnime(prequel: List<MalSubEntity?>? = null, alternativeVersion: List<MalSubEntity?>? = null, spinOff: List<MalSubEntity?>? = null, adaptation: List<MalSubEntity?>? = null, summary: List<MalSubEntity?>? = null, sequel: List<MalSubEntity?>? = null, sideStory: List<MalSubEntity?>? = null, other: List<MalSubEntity?>? = null, parentStory: List<MalSubEntity?>? = null, alternativeSetting: List<MalSubEntity?>? = null, character: List<MalSubEntity?>? = null, fullStory: List<MalSubEntity?>? = null) |
adaptation |
List of adaptations of the anime. val adaptation: List<MalSubEntity?>? |
alternativeSetting |
List of alternative settings of the anime. val alternativeSetting: List<MalSubEntity?>? |
alternativeVersion |
List of alternative versions of the anime. val alternativeVersion: List<MalSubEntity?>? |
character |
List of related characters of the anime. val character: List<MalSubEntity?>? |
fullStory |
List of full stories of the anime. val fullStory: List<MalSubEntity?>? |
other |
List of other entries of the anime. val other: List<MalSubEntity?>? |
parentStory |
List of parent story of the anime. val parentStory: List<MalSubEntity?>? |
prequel |
List of prequels of the anime. val prequel: List<MalSubEntity?>? |
sequel |
List of sequels of the anime. val sequel: List<MalSubEntity?>? |
sideStory |
List of side-stories of the anime. val sideStory: List<MalSubEntity?>? |
spinOff |
List of spin-off of the anime. val spinOff: List<MalSubEntity?>? |
summary |
List of summaries of the anime. val summary: List<MalSubEntity?>? |