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

ToolResultsHistory

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

Represents a tool results history resource.

interface ToolResultsHistory {
historyId?: string;
projectId?: string;
}

§Properties

§
historyId?: string
[src]

Required. A tool results history ID.

§
projectId?: string
[src]

Required. The cloud project that owns the tool results history.