GoogleCloudApihubV1PluginActionConfig
import type { GoogleCloudApihubV1PluginActionConfig } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
PluginActionConfig represents the configuration of an action supported by a plugin.
interface GoogleCloudApihubV1PluginActionConfig {
description?: string;
displayName?: string;
id?: string;
triggerMode?:
} | "TRIGGER_MODE_UNSPECIFIED"
| "API_HUB_ON_DEMAND_TRIGGER"
| "API_HUB_SCHEDULE_TRIGGER"
| "NON_API_HUB_MANAGED";