BodyFat

data class BodyFat(val bodyFatPercentage: Double?, val leanMassPercentage: Double?, val fatMass: Double?, val leanMass: Double?)

Constructors

Link copied to clipboard
constructor(bodyFatPercentage: Double?, leanMassPercentage: Double?, fatMass: Double?, leanMass: Double?)

Properties

Link copied to clipboard
@SerializedName(value = "bodyfatPercentage")
val bodyFatPercentage: Double?

{double} Fat Mass Percentage returns in a range of 0.0 to 100.0

Link copied to clipboard

{double} The fat mass amount in kg

Link copied to clipboard

{double} The lean mass amount in kg

Link copied to clipboard

{double} Lean Mass Percentage returns in a range of 0.0 to 100.0