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

ToolResultsStep

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

Represents a tool results step resource. This has the results of a TestExecution.

interface ToolResultsStep {
executionId?: string;
historyId?: string;
projectId?: string;
stepId?: 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 step.

§
stepId?: string
[src]

Output only. A tool results step ID.