PromoItemBasic

@JsonClass(generateAdapter = true)
data class PromoItemBasic(    val type: String?,     val version: String?,     val credits: Credits?,     val url: String?,     val width: Int?,     val height: Int?)

Constructors

Link copied to clipboard
fun PromoItemBasic(    type: String?,     version: String?,     credits: Credits?,     url: String?,     width: Int?,     height: Int?)

Properties

Link copied to clipboard
val credits: Credits?
Link copied to clipboard
val height: Int?
Link copied to clipboard
val type: String?
Link copied to clipboard
val url: String?
Link copied to clipboard
val version: String?
Link copied to clipboard
val width: Int?