BodyShapePredictionPayload

data class BodyShapePredictionPayload(val scanId: String, val predictionType: String, val targetWeight: Float? = null, val targetBodyfat: Float? = null)

Body shape prediction post request payload

Constructors

Link copied to clipboard
constructor(scanId: String, predictionType: String, targetWeight: Float? = null, targetBodyfat: Float? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val targetBodyfat: Float? = null
Link copied to clipboard
val targetWeight: Float? = null