data class UserFavSubEntity : MalEntity
Sub item of favorites section on user detail.
<init> |
Sub item of favorites section on user detail. UserFavSubEntity(malId: Int, imageUrl: String? = null, name: String? = null, url: String? = null) |
imageUrl |
Sub item's cover/image link. val imageUrl: String? |
malId |
ID associated with MyAnimeList. val malId: Int |
name |
Name of the sub item. val name: String? |
url |
URL of the sub item's MyAnimeList page. val url: String? |