ToolResultsHistoryResponse

data class ToolResultsHistoryResponse(val historyId: String, val project: String)

Represents a tool results history resource.

Constructors

Link copied to clipboard
constructor(historyId: String, project: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A tool results history ID.

Link copied to clipboard

The cloud project that owns the tool results history.