ToolOutputReference

A reference to a ToolExecution output file.

JSON representation
{
  "output": {
    object (FileReference)
  },
  "creationTime": {
    object (Timestamp)
  },
  "testCase": {
    object (TestCaseReference)
  }
}
Fields
output

object (FileReference)

A FileReference to an output file.

  • In response: always set
  • In create/update request: always set
creationTime

object (Timestamp)

The creation time of the file.

  • In response: present if set by create/update request
  • In create/update request: optional
testCase

object (TestCaseReference)

The test case to which this output file belongs.

  • In response: present if set by create/update request
  • In create/update request: optional