StepsData

open class StepsData

Constructors

Link copied to clipboard
open fun StepsData(numberOfSteps: Long, timeDelta: Long)

Properties

Link copied to clipboard
@SerializedName(value = "number_of_steps")
val numberOfSteps: Long
Link copied to clipboard
@SerializedName(value = "time_delta")
val timeDelta: Long