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

MangaTopEntity

data class MangaTopEntity : MalEntity

Constructors

<init>

MangaTopEntity(malId: Int, rank: Int? = null, url: String? = null, imageUrl: String? = null, title: String? = null, type: String? = null, volumes: Int? = null, startDate: String? = null, endDate: String? = null, members: Int? = null, score: Double? = null)

Properties

endDate

Manga end date.

val endDate: String?

imageUrl

Manga's MyAnimeList cover/image link.

val imageUrl: String?

malId

ID associated with MyAnimeList.

val malId: Int

members

Manga's members count on MyAnimeList.

val members: Int?

rank

Current rank of the manga on list.

val rank: Int?

score

Manga's score on MyAnimeList.

val score: Double?

startDate

Manga start date.

val startDate: String?

title

Title of the manga.

val title: String?

type

Type of the manga.

val type: String?

url

Mang's MyAnimeList link.

val url: String?

volumes

Total volume(s) of the anime.

val volumes: Int?