PromoImage

@JsonClass(generateAdapter = true)
data class PromoImage(val image: VideoVO.PromoImage.Image?)

Constructors

Link copied to clipboard
fun PromoImage(image: VideoVO.PromoImage.Image?)

Types

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class Image(    val caption: String?,     val credits: List<Any>?,     val height: Int?,     val photographer: String?,     val url: String?,     val width: Int?)

Properties

Link copied to clipboard
val image: VideoVO.PromoImage.Image?