data class PeopleSearchSubEntity : MalEntity
<init> |
PeopleSearchSubEntity(malId: Int, url: String? = null, imageUrl: String? = null, name: String? = null, alternativeNames: List<String?>? = null) |
alternativeNames |
People's alternate name (if any). val alternativeNames: List<String?>? |
imageUrl |
People's MyAnimeList cover/image link. val imageUrl: String? |
malId |
ID associated with MyAnimeList. val malId: Int |
name |
People's name. val name: String? |
url |
People's MyAnimeList link. val url: String? |