Class GoogleCloudApihubV1PluginActionConfig
PluginActionConfig represents the configuration of an action supported by a plugin.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1PluginActionConfig : IDirectResponseSchema
Properties
Description
Required. The description of the operation performed by the action.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Required. The display name of the action.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Required. The id of the action.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
TriggerMode
Required. The trigger mode supported by the action.
Declaration
[JsonProperty("triggerMode")]
public virtual string TriggerMode { get; set; }
Property Value
Type | Description |
---|---|
string |