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

ProjectsHistoriesExecutionsCreateOptions

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

Additional options for ToolResults#projectsHistoriesExecutionsCreate.

interface ProjectsHistoriesExecutionsCreateOptions {
requestId?: string;
}

§Properties

§
requestId?: string
[src]

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