prismsdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
prismsdk
prismsdk
/
tech.prismlabs.prismsdk.api_client
/
BodyShapePrediction
Body
Shape
Prediction
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
Members
Constructors
Body
Shape
Prediction
Link copied to clipboard
constructor
(
id
:
String
,
status
:
String
,
scanId
:
String
,
predictionType
:
String
,
targetWeight
:
Int
?
=
null
,
targetBodyfat
:
Int
?
=
null
,
createdAt
:
String
,
updatedAt
:
String
)
Properties
created
At
Link copied to clipboard
val
createdAt
:
String
id
Link copied to clipboard
val
id
:
String
prediction
Type
Link copied to clipboard
val
predictionType
:
String
scan
Id
Link copied to clipboard
val
scanId
:
String
status
Link copied to clipboard
val
status
:
String
target
Bodyfat
Link copied to clipboard
val
targetBodyfat
:
Int
?
=
null
target
Weight
Link copied to clipboard
val
targetWeight
:
Int
?
=
null
updated
At
Link copied to clipboard
val
updatedAt
:
String