BodyMeasurement

class BodyMeasurement(val type: String, val value: Int)

Represents a user's body measurement used for the size recommendation.

Body measurements are calculated by the NaizFit API based on the user's physical characteristics (height, weight, age, gender, and body shape).

Constructors

Link copied to clipboard
constructor(type: String, value: Int)

Properties

Link copied to clipboard

The type of measurement (e.g., "chest_c", "waist_c", "hip_c")

Link copied to clipboard
val value: Int

The measurement value in centimeters