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

GoogleCloudIntegrationsV1alphaRuntimeActionSchema

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

Metadata of an action, including schemas for its inputs and outputs.

interface GoogleCloudIntegrationsV1alphaRuntimeActionSchema {
action?: string;
inputSchema?: string;
outputSchema?: string;
}

§Properties

§
action?: string
[src]

Name of the action.

§
inputSchema?: string
[src]

Input parameter schema for the action.

§
outputSchema?: string
[src]

Output parameter schema for the action.