JikanKt / moe.ganen.jikankt.models.base.types / RelatedManga

RelatedManga

data class RelatedManga

Lists of related items of the manga.

See Also

MalSubEntity

Constructors

<init>

Lists of related items of the manga.

RelatedManga(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)

Properties

adaptation

List of adaptations of the manga.

val adaptation: List<MalSubEntity?>?

alternativeSetting

List of alternative settings of the manga.

val alternativeSetting: List<MalSubEntity?>?

alternativeVersion

List of alternative versions of the manga.

val alternativeVersion: List<MalSubEntity?>?

character

List of related characters of the manga.

val character: List<MalSubEntity?>?

fullStory

List of full stories of the manga.

val fullStory: List<MalSubEntity?>?

other

List of other entries of the manga.

val other: List<MalSubEntity?>?

parentStory

List of parent story of the manga.

val parentStory: List<MalSubEntity?>?

prequel

List of prequels of the manga.

val prequel: List<MalSubEntity?>?

sequel

List of sequels of the manga.

val sequel: List<MalSubEntity?>?

sideStory

List of side-stories of the manga.

val sideStory: List<MalSubEntity?>?

spinOff

List of spin-off of the manga.

val spinOff: List<MalSubEntity?>?

summary

List of summaries of the manga.

val summary: List<MalSubEntity?>?