BodyShapePrediction

data class BodyShapePrediction(val id: String, val status: String, val scanId: String, val predictionType: String, val targetWeight: Int? = null, val targetBodyfat: Int? = null, val createdAt: String, val updatedAt: String)

Body shape prediction response object

Constructors

Link copied to clipboard
constructor(id: String, status: String, scanId: String, predictionType: String, targetWeight: Int? = null, targetBodyfat: Int? = null, createdAt: String, updatedAt: String)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val targetBodyfat: Int? = null
Link copied to clipboard
val targetWeight: Int? = null
Link copied to clipboard