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

PeopleSearchSubEntity

data class PeopleSearchSubEntity : MalEntity

Constructors

<init>

PeopleSearchSubEntity(malId: Int, url: String? = null, imageUrl: String? = null, name: String? = null, alternativeNames: List<String?>? = null)

Properties

alternativeNames

People's alternate name (if any).

val alternativeNames: List<String?>?

imageUrl

People's MyAnimeList cover/image link.

val imageUrl: String?

malId

ID associated with MyAnimeList.

val malId: Int

name

People's name.

val name: String?

url

People's MyAnimeList link.

val url: String?