Tool Results Step Response
data class ToolResultsStepResponse(val executionId: String, val historyId: String, val project: String, val stepId: String)
Represents a tool results step resource. This has the results of a TestExecution.
Constructors
Link copied to clipboard
fun ToolResultsStepResponse(executionId: String, historyId: String, project: String, stepId: String)