GoogleCloudApihubV1PluginInstanceActionSource
import type { GoogleCloudApihubV1PluginInstanceActionSource } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
PluginInstanceActionSource represents the plugin instance action source.
interface GoogleCloudApihubV1PluginInstanceActionSource {
readonly actionId?: string;
readonly pluginInstance?: string;
}