data class PromoVideo
Promo video of the anime.
<init> |
Promo video of the anime. PromoVideo(title: String? = null, imageUrl: String? = null, videoUrl: String? = null) |
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? |