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

ProjectsHistoriesExecutionsStepsCreateOptions

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

Additional options for ToolResults#projectsHistoriesExecutionsStepsCreate.

interface ProjectsHistoriesExecutionsStepsCreateOptions {
requestId?: string;
}

§Properties

§
requestId?: string
[src]

A unique request ID for server to detect duplicated requests. For example, a UUID. Optional, but strongly recommended.