Icon

@Serializable
data class Icon(val format: String, val height: Int, val image: List<Int>, val width: Int)

Constructors

Link copied to clipboard
constructor(format: String, height: Int, image: List<Int>, width: Int)

Properties

Link copied to clipboard
@SerialName(value = "format")
val format: String
Link copied to clipboard
@SerialName(value = "height")
val height: Int
Link copied to clipboard
@SerialName(value = "image")
val image: List<Int>
Link copied to clipboard
@SerialName(value = "width")
val width: Int