google_api_tool_results v0.0.1 GoogleApi.ToolResults.V1beta3.Model.ToolOutputReference View Source
A reference to a ToolExecution output file.
Attributes
- creationTime (Timestamp): The creation time of the file. - In response: present if set by create/update request - In create/update request: optional Defaults to:
null
. - output (FileReference): A FileReference to an output file. - In response: always set - In create/update request: always set Defaults to:
null
. - testCase (TestCaseReference): The test case to which this output file belongs. - In response: present if set by create/update request - In create/update request: optional Defaults to:
null
.