ToolOutputReferenceResponse

data class ToolOutputReferenceResponse(val creationTime: TimestampResponse, val output: FileReferenceResponse, val testCase: TestCaseReferenceResponse)

A reference to a ToolExecution output file.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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