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

GetResourcePostRequest

import type { GetResourcePostRequest } from "https://googleapis.deno.dev/v1/connectors:v2.ts";

Request message for ConnectorAgentService.GetResourcePost

interface GetResourcePostRequest {
executionConfig?: ExecutionConfig;
toolSpec?: ToolSpec;
}

§Properties

§
executionConfig?: ExecutionConfig
[src]

execution config for the request.

§
toolSpec?: ToolSpec
[src]

List of tool specifications.