Size

data class Size(val width: Int, val height: Int)

Constructors

Link copied to clipboard
fun Size(width: Int, height: Int)

Properties

Link copied to clipboard
@SerializedName(value = "height_px")
val height: Int
Link copied to clipboard
@SerializedName(value = "width_px")
val width: Int