Tool Output Reference Response
data class ToolOutputReferenceResponse(val creationTime: TimestampResponse, val output: FileReferenceResponse, val testCase: TestCaseReferenceResponse)
A reference to a ToolExecution output file.
Constructors
Link copied to clipboard
constructor(creationTime: TimestampResponse, output: FileReferenceResponse, testCase: TestCaseReferenceResponse)
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