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

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

§Properties

§
description?: string
[src]

Required. The description of the operation performed by the action.

§
displayName?: string
[src]

Required. The display name of the action.

§
id?: string
[src]

Required. The id of the action.

§
triggerMode?: "TRIGGER_MODE_UNSPECIFIED" | "API_HUB_ON_DEMAND_TRIGGER" | "API_HUB_SCHEDULE_TRIGGER" | "NON_API_HUB_MANAGED"
[src]

Required. The trigger mode supported by the action.