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

EpisodeVideo

data class EpisodeVideo

Episode's video of the anime.

Constructors

<init>

Episode's video of the anime.

EpisodeVideo(title: String? = null, episode: String? = null, imageUrl: String? = null, videoUrl: String? = null)

Properties

episode

Numbered title of the video.

val episode: String?

imageUrl

Video's image URL on MyAnimeList.

val imageUrl: String?

title

Title of the video.

val title: String?

videoUrl

Video's URL on MyAnimeList.

val videoUrl: String?