ToolResultsHistoryArgs

data class ToolResultsHistoryArgs(val historyId: Output<String>, val project: Output<String>) : ConvertibleToJava<ToolResultsHistoryArgs>

Represents a tool results history resource.

Constructors

Link copied to clipboard
fun ToolResultsHistoryArgs(historyId: Output<String>, project: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): ToolResultsHistoryArgs

Properties

Link copied to clipboard
val historyId: Output<String>

A tool results history ID.

Link copied to clipboard
val project: Output<String>

The cloud project that owns the tool results history.