JikanKt / moe.ganen.jikankt.models.manga / Manga / <init>

<init>

Manga(malId: Int, url: String? = null, title: String? = null, titleEnglish: String? = null, titleSynonyms: List<String>? = null, titleJapanese: String? = null, status: String? = null, imageUrl: String? = null, type: String? = null, volumes: String? = null, chapters: String? = null, publishing: Boolean? = null, published: TimeInterval? = null, rank: Int? = null, score: Double? = null, scoredBy: Int? = null, popularity: Int? = null, members: Int? = null, favorites: Int? = null, synopsis: String? = null, background: String? = null, related: RelatedManga? = null, genres: List<MalSubEntity?>? = null, authors: List<MalSubEntity?>? = null, serializations: List<MalSubEntity?>? = null)

Manga data class