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

PromoVideo

data class PromoVideo

Promo video of the anime.

Constructors

<init>

Promo video of the anime.

PromoVideo(title: String? = null, imageUrl: String? = null, videoUrl: String? = null)

Properties

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?