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

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;
}

§Properties

§
readonly actionId?: string
[src]

Output only. The id of the plugin instance action.

§
readonly pluginInstance?: string
[src]

Output only. The resource name of the source plugin instance. Format is projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}