ToolOutputReferenceArgs

data class ToolOutputReferenceArgs(val creationTime: Output<TimestampArgs>? = null, val output: Output<FileReferenceArgs>? = null, val testCase: Output<TestCaseReferenceArgs>? = null) : ConvertibleToJava<ToolOutputReferenceArgs>

A reference to a ToolExecution output file.

Constructors

Link copied to clipboard
fun ToolOutputReferenceArgs(creationTime: Output<TimestampArgs>? = null, output: Output<FileReferenceArgs>? = null, testCase: Output<TestCaseReferenceArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val creationTime: Output<TimestampArgs>? = null

The creation time of the file. - In response: present if set by create/update request - In create/update request: optional

Link copied to clipboard
val output: Output<FileReferenceArgs>? = null

A FileReference to an output file. - In response: always set - In create/update request: always set

Link copied to clipboard
val testCase: Output<TestCaseReferenceArgs>? = null

The test case to which this output file belongs. - In response: present if set by create/update request - In create/update request: optional