[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-24 UTC."],[],[],null,["# ToolOutputReference\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA reference to a ToolExecution output file.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"output\": { object (/docs/test-lab/reference/toolresults/rest/v1beta3/FileReference) }, \"creationTime\": { object (/docs/test-lab/reference/toolresults/rest/v1beta3/Timestamp) }, \"testCase\": { object (/docs/test-lab/reference/toolresults/rest/v1beta3/TestCaseReference) } } ``` |\n\n| Fields ||\n|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `output` | `object (`[FileReference](/docs/test-lab/reference/toolresults/rest/v1beta3/FileReference)`)` A FileReference to an output file. - In response: always set - In create/update request: always set |\n| `creationTime` | `object (`[Timestamp](/docs/test-lab/reference/toolresults/rest/v1beta3/Timestamp)`)` The creation time of the file. - In response: present if set by create/update request - In create/update request: optional |\n| `testCase` | `object (`[TestCaseReference](/docs/test-lab/reference/toolresults/rest/v1beta3/TestCaseReference)`)` The test case to which this output file belongs. - In response: present if set by create/update request - In create/update request: optional |"]]