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
{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
{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