HeightRecord

@Serializable
@SerialName(value = "height")
data class HeightRecord(val time: Instant, val height: Double) : InstantaneousRecord

Captures the user's height.

Constructors

Link copied to clipboard
constructor(time: Instant, height: Double)

Properties

Link copied to clipboard
open override val dataType: HealthDataType
Link copied to clipboard
Link copied to clipboard
open override val time: Instant

Time the record happened.

Link copied to clipboard
open override val typeIdentifier: Int = 4