ToolResultsExecutionResponse

data class ToolResultsExecutionResponse(val executionId: String, val historyId: String, val project: String)

Represents a tool results execution resource. This has the results of a TestMatrix.

Constructors

Link copied to clipboard
fun ToolResultsExecutionResponse(executionId: String, historyId: String, project: 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 execution.