data class MalSubEntity : MalEntity
Sub item of MyAnimeList entity on API response.
<init> |
Sub item of MyAnimeList entity on API response. MalSubEntity(malId: Int, type: String? = null, name: String? = null, url: String? = null) |
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? |