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

ToolResultsExecution

import type { ToolResultsExecution } from "https://googleapis.deno.dev/v1/testing:v1.ts";

Represents a tool results execution resource. This has the results of a TestMatrix.

interface ToolResultsExecution {
executionId?: string;
historyId?: string;
projectId?: string;
}

§Properties

§
executionId?: string
[src]

Output only. A tool results execution ID.

§
historyId?: string
[src]

Output only. A tool results history ID.

§
projectId?: string
[src]

Output only. The cloud project that owns the tool results execution.