Explain Query Stage Response
fun ExplainQueryStageResponse(completedParallelInputs: String, computeMsAvg: String, computeMsMax: String, computeRatioAvg: Double, computeRatioMax: Double, endMs: String, inputStages: List<String>, name: String, parallelInputs: String, readMsAvg: String, readMsMax: String, readRatioAvg: Double, readRatioMax: Double, recordsRead: String, recordsWritten: String, shuffleOutputBytes: String, shuffleOutputBytesSpilled: String, slotMs: String, startMs: String, status: String, steps: List<ExplainQueryStepResponse>, waitMsAvg: String, waitMsMax: String, waitRatioAvg: Double, waitRatioMax: Double, writeMsAvg: String, writeMsMax: String, writeRatioAvg: Double, writeRatioMax: Double)