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

MalSubEntity

data class MalSubEntity : MalEntity

Sub item of MyAnimeList entity on API response.

Constructors

<init>

Sub item of MyAnimeList entity on API response.

MalSubEntity(malId: Int, type: String? = null, name: String? = null, url: String? = null)

Properties

malId

ID associated with MyAnimeList.

val malId: Int

name

Name of the sub item.

val name: String?

type

Type of the sub item.

val type: String?

url

URL of the sub item's MyAnimeList page.

val url: String?