ZTUserDataParameters

data class ZTUserDataParameters(bodyWeight: Int?, bodyHeight: Int?, shoeSize: Int?, threadmillSpeed: Int?)

ZTUserDataParameters

Author

Alexandre Lemoult <a.lemoult@zhortech.com>

Constructors

ZTUserDataParameters
Link copied to clipboard
fun ZTUserDataParameters(bodyWeight: Int? = null, bodyHeight: Int? = null, shoeSize: Int? = null, threadmillSpeed: Int? = null)

Properties

bodyHeight
Link copied to clipboard
var bodyHeight: Int? = null
bodyWeight
Link copied to clipboard
var bodyWeight: Int? = null
shoeSize
Link copied to clipboard
var shoeSize: Int? = null
threadmillSpeed
Link copied to clipboard
var threadmillSpeed: Int? = null