GoogleCloudApihubV1ActionExecutionDetail
import type { GoogleCloudApihubV1ActionExecutionDetail } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
The details for the action to execute.
interface GoogleCloudApihubV1ActionExecutionDetail {
actionId?: string;
}