Height

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

Properties

Link copied to clipboard
var height: Int? = null