data class Staff : MalEntity
Detail about entity's staff.
<init> |
Detail about entity's staff. Staff(malId: Int, url: String? = null, imageUrl: String? = null, name: String? = null, positions: List<String>? = null) |
imageUrl |
Staff's MyAnimeList cover/image link. val imageUrl: String? |
malId |
ID associated with MyAnimeList. val malId: Int |
name |
Staff's name. val name: String? |
positions |
Staff's role on the related entity. val positions: List<String>? |
url |
Staff's MyAnimeList link. val url: String? |