RectX

@JsonClass(generateAdapter = true)
data class RectX(@Json(name = "height") val height: Int?, @Json(name = "width") val width: Int?, @Json(name = "x") val x: Int?, @Json(name = "y") val y: Int?)

Constructors

Link copied to clipboard
constructor(@Json(name = "height") height: Int?, @Json(name = "width") width: Int?, @Json(name = "x") x: Int?, @Json(name = "y") y: Int?)

Properties

Link copied to clipboard
val height: Int?
Link copied to clipboard
val width: Int?
Link copied to clipboard
val x: Int?
Link copied to clipboard
val y: Int?