PluginActionConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
PluginActionConfig represents the configuration of an action supported by a plugin.
Attributes |
|
---|---|
Name | Description |
id |
str
Required. The id of the action. |
display_name |
str
Required. The display name of the action. |
description |
str
Required. The description of the operation performed by the action. |
trigger_mode |
google.cloud.apihub_v1.types.PluginActionConfig.TriggerMode
Required. The trigger mode supported by the action. |
Classes
TriggerMode
TriggerMode(value)
Execution mode of the action.