OBJECT
type GoInstallationDto {id: UUID vin: String vehicleId: UUID extMfgrSerialNum: String sensorBoxId: UUID unitId: String customerVehicleId: UUID customerId: Int imageUrls: [String] imagesUploaded: Boolean vinImagesUploaded: Boolean fpgoImagesUploaded: Boolean hasUltrasonicCargoSensor: Boolean installationLocation: String installationNotes: String installationComplete: Boolean emailConfirmationSentAt: OffsetDateTime fleetpulseUserId: UUID created: OffsetDateTime updated: OffsetDateTime }