ShipmentScan
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: ShipmentScanType? = null, recent_entry_presigned_url: String? = null)