JikanKt / moe.ganen.jikankt.models.base.types / UserFavSubEntity

UserFavSubEntity

data class UserFavSubEntity : MalEntity

Sub item of favorites section on user detail.

Constructors

<init>

Sub item of favorites section on user detail.

UserFavSubEntity(malId: Int, imageUrl: String? = null, name: String? = null, url: String? = null)

Properties

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?