Height

@Serializable
data class Height(var height: Int? = null) : Update<Height>

Constructors

Link copied to clipboard
constructor(height: Int? = null)

Properties

Link copied to clipboard
var height: Int?