ShipmentScanRO

@Serializable
data class ShipmentScanRO(val id: String = "", val shipment_id: String = "", val organization_id: String = "", val title: String = "", val width: Float? = null, val height: Float? = null, val depth: Float? = null, val user_width: Float? = null, val user_height: Float? = null, val user_depth: Float? = null, val user_center: Vector3? = null, val manual_width: Float? = null, val manual_height: Float? = null, val manual_depth: Float? = null, val weight: Float? = null, val freight_class: String? = null, val latitude: Float? = null, val longitude: Float? = null, val notes: String? = null, val status: String? = null, val created_at: String = "", val created_by_id: String = "", val updated_at: String? = null, val updated_by_id: String? = null, val metadata: JsonObject? = null, val scan_type: ShipmentScanTypeRO? = null, val recent_entry_presigned_url: String? = null)

Constructors

Link copied to clipboard
constructor(id: String = "", shipment_id: String = "", organization_id: String = "", title: String = "", width: Float? = null, height: Float? = null, depth: Float? = null, user_width: Float? = null, user_height: Float? = null, user_depth: Float? = null, user_center: Vector3? = null, manual_width: Float? = null, manual_height: Float? = null, manual_depth: Float? = null, weight: Float? = null, freight_class: String? = null, latitude: Float? = null, longitude: Float? = null, notes: String? = null, status: String? = null, created_at: String = "", created_by_id: String = "", updated_at: String? = null, updated_by_id: String? = null, metadata: JsonObject? = null, scan_type: ShipmentScanTypeRO? = null, recent_entry_presigned_url: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "created_at")
val created_at: String
Link copied to clipboard
@SerialName(value = "created_by_id")
val created_by_id: String
Link copied to clipboard
@SerialName(value = "depth")
val depth: Float?
Link copied to clipboard
@SerialName(value = "freight_class")
val freight_class: String?
Link copied to clipboard
@SerialName(value = "height")
val height: Float?
Link copied to clipboard
@SerialName(value = "id")
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "latitude")
val latitude: Float?
Link copied to clipboard
@SerialName(value = "longitude")
val longitude: Float?
Link copied to clipboard
@SerialName(value = "manual_depth")
val manual_depth: Float?
Link copied to clipboard
@SerialName(value = "manual_height")
val manual_height: Float?
Link copied to clipboard
@SerialName(value = "manual_width")
val manual_width: Float?
Link copied to clipboard
@SerialName(value = "metadata")
val metadata: JsonObject?
Link copied to clipboard
@SerialName(value = "notes")
val notes: String?
Link copied to clipboard
@SerialName(value = "organization_id")
val organization_id: String
Link copied to clipboard
@SerialName(value = "recent_entry_presigned_url")
val recent_entry_presigned_url: String?
Link copied to clipboard
@SerialName(value = "scan_type")
val scan_type: ShipmentScanTypeRO?
Link copied to clipboard
@SerialName(value = "shipment_id")
val shipment_id: String
Link copied to clipboard
@SerialName(value = "status")
val status: String?
Link copied to clipboard
@SerialName(value = "title")
val title: String
Link copied to clipboard
@SerialName(value = "updated_at")
val updated_at: String?
Link copied to clipboard
@SerialName(value = "updated_by_id")
val updated_by_id: String?
Link copied to clipboard
@SerialName(value = "user_center")
val user_center: Vector3?
Link copied to clipboard
@SerialName(value = "user_depth")
val user_depth: Float?
Link copied to clipboard
@SerialName(value = "user_height")
val user_height: Float?
Link copied to clipboard
@SerialName(value = "user_width")
val user_width: Float?
Link copied to clipboard
@SerialName(value = "weight")
val weight: Float?
Link copied to clipboard
@SerialName(value = "width")
val width: Float?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard