Scan Asset
data class ScanAsset(val id: String, val scanId: String, val captureData: AssetState?, val captureDataUpdatedAt: ZonedDateTime?, val body: AssetState?, val bodyUpdatedAt: ZonedDateTime?, val fittedBody: AssetState?, val fittedBodyUpdatedAt: ZonedDateTime?, val measurement: AssetState?, val measurementUpdatedAt: ZonedDateTime?, val createdAt: ZonedDateTime, val updatedAt: ZonedDateTime)
Constructors
Link copied to clipboard
constructor(id: String, scanId: String, captureData: AssetState?, captureDataUpdatedAt: ZonedDateTime?, body: AssetState?, bodyUpdatedAt: ZonedDateTime?, fittedBody: AssetState?, fittedBodyUpdatedAt: ZonedDateTime?, measurement: AssetState?, measurementUpdatedAt: ZonedDateTime?, createdAt: ZonedDateTime, updatedAt: ZonedDateTime)
Properties
Link copied to clipboard
{Asset} Body asset state information
Link copied to clipboard
{ZonedDateTime} Time that body status was last updated
Link copied to clipboard
{Asset} Capture asset state information
Link copied to clipboard
{ZonedDateTime} Time that capture data status was last updated
Link copied to clipboard
{ZonedDateTime} Created at date
Link copied to clipboard
{Asset} Fitted asset state information
Link copied to clipboard
{ZonedDateTime} Time that fitted body status was last updated
Link copied to clipboard
{Asset} Measurement asset state information
Link copied to clipboard
{ZonedDateTime} Time that measurement status was last updated
Link copied to clipboard
{ZonedDateTime} Updated at date