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

ProjectsHistoriesCreateOptions

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

Additional options for ToolResults#projectsHistoriesCreate.

interface ProjectsHistoriesCreateOptions {
requestId?: string;
}

§Properties

§
requestId?: string
[src]

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