Body Water Mass
data class BodyWaterMass(val unit: KHUnit.Mass, val startTime: Instant, val endTime: Instant) : KHReadRequest
Depicts that the app wants to read records of type KHRecord.BodyWaterMass from the health store.
Parameters
unit
The measurement scale that the returned value should be converted to
start Time
Filters the returned records list to at least start from this time instant
end Time
Filters the returned records list to at most end at this time instant