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

GoogleCloudApihubV1PluginInstanceActionID

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

The plugin instance and associated action that is using the curation.

interface GoogleCloudApihubV1PluginInstanceActionID {
readonly actionId?: string;
readonly pluginInstance?: string;
}

§Properties

§
readonly actionId?: string
[src]

Output only. The action ID that is using the curation. This should map to one of the action IDs specified in action configs in the plugin.

§
readonly pluginInstance?: string
[src]

Output only. Plugin instance that is using the curation. Format is projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}