Scan

data class Scan(val id: String, val userId: String, val userToken: String, val status: ScanStatus, val deviceConfigName: String, val weight: Weight, val height: Height, val measurements: Measurements?, val bodyFat: BodyFat?, val scanAssets: ScanAsset?, val createdAt: ZonedDateTime, val updatedAt: ZonedDateTime, val assetConfigId: AssetsBundleId?)

Constructors

Link copied to clipboard
constructor(id: String, userId: String, userToken: String, status: ScanStatus, deviceConfigName: String, weight: Weight, height: Height, measurements: Measurements?, bodyFat: BodyFat?, scanAssets: ScanAsset?, createdAt: ZonedDateTime, updatedAt: ZonedDateTime, assetConfigId: AssetsBundleId?)

Properties

Link copied to clipboard
Link copied to clipboard
@SerializedName(value = "bodyfat")
val bodyFat: BodyFat?

{BodyFat} BodyFat data for the scan

Link copied to clipboard

{ZonedDateTime} Created at date

Link copied to clipboard

{string} The friendly name of the device config — the hardware used to capture the images of the scan

Link copied to clipboard

{Height} The height of the user at the time of the scan

Link copied to clipboard
val id: String

{string} The id of the scan

Link copied to clipboard

{Measurements} Circumference measurement data for the scan

Link copied to clipboard

{ScanAsset} State information for the various assets of a scan

Link copied to clipboard

{ScanStatus} The current state of the scan in the pipeline

Link copied to clipboard

{ZonedDateTime} Updated at date

Link copied to clipboard

{string} The id of the user associated with the scan

Link copied to clipboard

{string} The 3rd-party identifier of the user associated with the scan

Link copied to clipboard

{Weight} The weight of the user at the time of the scan