Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ToolOutputReference

import type { ToolOutputReference } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

A reference to a ToolExecution output file.

interface ToolOutputReference {
creationTime?: Timestamp;
output?: FileReference;
testCase?: TestCaseReference;
}

§Properties

§
creationTime?: Timestamp
[src]

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

§

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

§

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