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

GoogleCloudApihubV1ActionExecutionDetail

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

The details for the action to execute.

interface GoogleCloudApihubV1ActionExecutionDetail {
actionId?: string;
}

§Properties

§
actionId?: string
[src]

Required. The action id of the plugin to execute.