ToolResultsStepResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A tool results execution ID.

Link copied to clipboard

A tool results history ID.

Link copied to clipboard

The cloud project that owns the tool results step.

Link copied to clipboard

A tool results step ID.