data class Character : MalEntity
Detail about entity's characters.
<init> |
Detail about entity's characters. Character(malId: Int, url: String? = null, imageUrl: String? = null, name: String? = null, role: String? = null, voiceActors: List<VoiceActor?>? = null) |
imageUrl |
Character's MyAnimeList cover/image URL. val imageUrl: String? |
malId |
ID associated with MyAnimeList. val malId: Int |
name |
Character's name. val name: String? |
role |
Character's role on the related entity. val role: String? |
url |
Character's MyAnimeList URL. val url: String? |
voiceActors |
Character's list of voice actor on the related entity. val voiceActors: List<VoiceActor?>? |